@@ -22,6 +22,19 @@ Please file a bug if you notice a violation of semantic versioning.
22
22
### Fixed
23
23
### Removed
24
24
25
+ ## [ 1.1.7] 2025-04-15 ([ tag] [ 1.1.7t ] )
26
+ - Line Coverage: 100.0% (117 / 117)
27
+ - Branch Coverage: 100.0% (4 / 4)
28
+ - 76.92% documented
29
+ ### Added
30
+ - Support for Epoch Semantic Versioning
31
+ - ` extend VersionGem::Epoch ` in your library's ` MyLib::Version ` module
32
+ - Support for JRuby 10 (@pboling )
33
+ - More documentation (@pboling )
34
+ ### Removed
35
+ - Ruby 2.2 removed from CI, though technically still supported
36
+ - can't run directly in GHA anymore
37
+
25
38
## [ 1.1.6] 2025-02-24 ([ tag] [ 1.1.6t ] )
26
39
- Line Coverage: 100.0% (77 / 77)
27
40
- Branch Coverage: 100.0% (2 / 2)
@@ -117,7 +130,9 @@ Please file a bug if you notice a violation of semantic versioning.
117
130
### Added
118
131
- Initial release, with basic version parsing API (@pboling )
119
132
120
- [ Unreleased ] : https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.6...main
133
+ [ Unreleased ] : https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.7...main
134
+ [ 1.1.7 ] : https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.6...v1.1.7
135
+ [ 1.1.7t ] : https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.7
121
136
[ 1.1.6 ] : https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.5...v1.1.6
122
137
[ 1.1.6t ] : https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.6
123
138
[ 1.1.5 ] : https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.4...v1.1.5
0 commit comments