soka-rails 0.0.1.beta4 → 0.0.1
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 +9 -0
- data/lib/soka/rails/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: a6730ee1778d50df9b15f89e90cae6ee7ad6e5ccad4957859ab99b328cd4d37f
|
4
|
+
data.tar.gz: 51d7ca5f8469231d197f74317661f02d4a9cdfa6a3ba4deb92d85928aab51bf3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b5b44129a5845a5d9f4054f6b8128620767092b9db3862c715d12d9383d8d76dea3f0abe0cac00b67f91806a1247970dc9870828201795ce2d7396252435da3
|
7
|
+
data.tar.gz: 48beed549db55eee4f4ca2d9a20dae03ec51b6de0103dc9c4a4519d5938f64be872c2ab41cee3b88766fe32cebfd32d44268f8fb9dc741c5ceee8fb0c4f47435
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
7
|
|
8
|
+
## [0.0.1] - 2025-08-01
|
9
|
+
|
10
|
+
### Added
|
11
|
+
- Extract version-specific changelog for GitHub releases
|
12
|
+
|
13
|
+
### Changed
|
14
|
+
- Release workflow now parses CHANGELOG.md to extract entries for specific versions
|
15
|
+
- GitHub releases use extracted content as release notes instead of auto-generated notes
|
16
|
+
|
8
17
|
## [0.0.1.beta4] - 2025-08-01
|
9
18
|
|
10
19
|
### Fixed
|
data/lib/soka/rails/version.rb
CHANGED