Skip to content

Commit a45257a

Browse files
committed
📝 More documentation
1 parent 37a56b3 commit a45257a

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
[![CI Legacy][🚎4-lg-wfi]][🚎4-lg-wf]
1818
[![CI Unsupported][🚎7-us-wfi]][🚎7-us-wf]
1919
[![CI Ancient][🚎1-an-wfi]][🚎1-an-wf]
20-
[![CI Hoary][🚎8-ho-wfi]][🚎8-ho-wf]
2120
[![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf]
2221
[![CI Style][🚎5-st-wfi]][🚎5-st-wf]
2322

0 commit comments

Comments
 (0)