gs1 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- data/lib/gs1/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: feaef5d6fa9380cbaa46c8d68aaf665b31f4481e43ef22965a9a18c93c105d5c
|
4
|
+
data.tar.gz: c1021be09859b7ac5f62bdf9a1fb9615eb1c522eb69ab78ce48bb115d36e861f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 940fa4aaddbd4e68f10095224431ceb53906310bceeb51a81b8b817ff1ae32c73e0a0ff5539376657036e9023f1812e931aa4af7c5ef4ffee24e8059ad81810a
|
7
|
+
data.tar.gz: 794fe80139548af0540caf045ebc0ad39e36e56c80568afbe0d000f7832d8f0a75c73eb1eb36bab2f400ffdabadb47377007d04b77877a6d0f2d2836b6c13e8d
|
data/CHANGELOG.md
CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
6
6
|
|
7
7
|
## [Unreleased]
|
8
8
|
|
9
|
+
## [2.0.2] - 2025-04-23
|
10
|
+
### Fixed
|
11
|
+
- Fix the CI release pipeline
|
12
|
+
|
9
13
|
## [2.0.1] - 2025-04-23
|
10
14
|
### Fixed
|
11
15
|
- Fix the CI release pipeline
|
@@ -51,8 +55,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
51
55
|
### Fixed
|
52
56
|
- Fix `nil` argument for barcode
|
53
57
|
|
54
|
-
[Unreleased]: https://github.com/apoex/gs1/compare/v2.0.
|
58
|
+
[Unreleased]: https://github.com/apoex/gs1/compare/v2.0.2...HEAD
|
55
59
|
|
60
|
+
[2.0.2]: https://github.com/apoex/gs1/compare/v2.0.1...v2.0.2
|
56
61
|
[2.0.1]: https://github.com/apoex/gs1/compare/v2.0.0...v2.0.1
|
57
62
|
[2.0.0]: https://github.com/apoex/gs1/compare/v1.1.0...v2.0.0
|
58
63
|
[1.1.0]: https://github.com/apoex/gs1/compare/v1.0.0...v1.1.0
|
data/lib/gs1/version.rb
CHANGED