Skip to content

Commit ac6eed2

Browse files
authored
Merge pull request #10 from oauth-xx/cleanup
🔖 Prepare release 1.1.7
2 parents 37a56b3 + 37ff693 commit ac6eed2

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
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

REEK

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
spec/helpers/faux.rb -- 1 warning:
2-
[14, 15]:DuplicateMethodCall: VersionGem::Faux#actual_minor_version? calls 'RUBY_VER.segments' 2 times [https://github.com/troessner/reek/blob/v6.4.0/docs/Duplicate-Method-Call.md]
2+
[14, 15]:DuplicateMethodCall: VersionGem::Faux#actual_minor_version? calls 'RUBY_VER.segments' 2 times [https://github.com/troessner/reek/blob/v6.5.0/docs/Duplicate-Method-Call.md]
3+
lib/version_gem/epoch.rb -- 1 warning:
4+
[21]:IrresponsibleModule: VersionGem::Epoch::OverloadApiForEpoch has no descriptive comment [https://github.com/troessner/reek/blob/v6.5.0/docs/Irresponsible-Module.md]
35
lib/version_gem/error.rb -- 1 warning:
4-
[4]:IrresponsibleModule: VersionGem::Error has no descriptive comment [https://github.com/troessner/reek/blob/v6.4.0/docs/Irresponsible-Module.md]
6+
[4]:IrresponsibleModule: VersionGem::Error has no descriptive comment [https://github.com/troessner/reek/blob/v6.5.0/docs/Irresponsible-Module.md]
57
lib/version_gem/ruby.rb -- 1 warning:
6-
[14, 15]:DuplicateMethodCall: VersionGem::Ruby#actual_minor_version? calls 'RUBY_VER.segments' 2 times [https://github.com/troessner/reek/blob/v6.4.0/docs/Duplicate-Method-Call.md]
7-
3 total warnings
8+
[14, 15]:DuplicateMethodCall: VersionGem::Ruby#actual_minor_version? calls 'RUBY_VER.segments' 2 times [https://github.com/troessner/reek/blob/v6.5.0/docs/Duplicate-Method-Call.md]
9+
4 total warnings

0 commit comments

Comments
 (0)