lxi_rb 0.8.0 → 0.8.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +1 -1
- data/lib/lxi/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6f801e3f63346578e5c2479fe2a6f4b895399c85fc6199b07d45ad409360b96a
|
4
|
+
data.tar.gz: 6ed11628035314d04742d2a330894fc05fc681027feb055112332fcaabb937aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9688397f4e0203e27f7f4f1a3a16fbd069c5a3857ae5eba34806791539dbb5133c42e9271cd0c98fc90a23b11b270173d81684423e05d96c35c36de796fdec1f
|
7
|
+
data.tar.gz: 1190ad3fd91b459034ed94dd044579520c34b08a35fb85cffea6d33ffe797e88b7fbc37fcb5a9f4280d2de1c6561ccc70eb43433f41e9274865574a2695ab192
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,12 @@
|
|
4
4
|
All notable changes to this project will be documented in this file.
|
5
5
|
|
6
6
|
- - -
|
7
|
+
## [v0.8.1](https://github.com/robcarruthers/lxi_rb/compare/v0.8.0..v0.8.1) - 2023-05-19
|
8
|
+
#### Miscellaneous Tasks
|
9
|
+
- **(bundle)** Update - ([eb95319](https://github.com/robcarruthers/lxi_rb/commit/eb95319bb48eb5f6c131f3e658ba1df6c3a0f4fb)) - [@robcarruthers](https://github.com/robcarruthers)
|
10
|
+
|
11
|
+
- - -
|
12
|
+
|
7
13
|
## [v0.8.0](https://github.com/robcarruthers/lxi_rb/compare/v0.7.3..v0.8.0) - 2023-05-19
|
8
14
|
#### Features
|
9
15
|
- **(examples)** Add scpi example - ([1d3ce45](https://github.com/robcarruthers/lxi_rb/commit/1d3ce45f199ae50fc2fded3fc2741aa132e5e4ac)) - [@robcarruthers](https://github.com/robcarruthers)
|
data/Gemfile.lock
CHANGED
data/lib/lxi/version.rb
CHANGED