@@ -22,6 +22,19 @@ Please file a bug if you notice a violation of semantic versioning.
2222### Fixed
2323### Removed
2424
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+
2538## [ 1.1.6] 2025-02-24 ([ tag] [ 1.1.6t ] )
2639- Line Coverage: 100.0% (77 / 77)
2740- Branch Coverage: 100.0% (2 / 2)
@@ -117,7 +130,9 @@ Please file a bug if you notice a violation of semantic versioning.
117130### Added
118131- Initial release, with basic version parsing API (@pboling )
119132
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
121136[ 1.1.6 ] : https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.5...v1.1.6
122137[ 1.1.6t ] : https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.6
123138[ 1.1.5 ] : https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.4...v1.1.5
0 commit comments