philiprehberger-struct_kit 0.1.7 → 0.1.8
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 +7 -1
- data/lib/philiprehberger/struct_kit/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: d5b8ed49fb5c9e26426fe04c58df5643f97dc3115d03f927f3eb457c0a1230d0
|
|
4
|
+
data.tar.gz: 93f560ea8523ab503bf3939e4d24563dba9f16348e53f0212935255acbf2d233
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54206d6da3220c73a38c45edbfb8d6fb15876b5862578c9fa45d5b3d24555b0bc42e7e560975bdd131c426be95c6b9205792e47ab97da3f5188c29fa5600837f
|
|
7
|
+
data.tar.gz: 20cd86015d433e7217e22b38ac5f972c991e802c96728ead5bb0a955a47e8a3ba6ee3dda0893ced81c37a89ea4534080fdd7389a12799baafcd5a8d21fc46a91
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,11 @@ and this gem adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.1.8] - 2026-03-24
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- Fix stray character in CHANGELOG formatting
|
|
14
|
+
|
|
10
15
|
## [0.1.7] - 2026-03-24
|
|
11
16
|
|
|
12
17
|
### Fixed
|
|
@@ -27,7 +32,8 @@ and this gem adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
27
32
|
|
|
28
33
|
### Changed
|
|
29
34
|
- Fix README badges to match template (Tests, Gem Version, License)
|
|
30
|
-
|
|
35
|
+
|
|
36
|
+
## [0.1.3] - 2026-03-22
|
|
31
37
|
|
|
32
38
|
### Changed
|
|
33
39
|
- Add License badge to README
|