Skip to content

Commit 3a132bd

Browse files
committed
🔖 Prepare release v1.1.8
1 parent e37bd8e commit 3a132bd

File tree

3 files changed

+32
-11
lines changed

3 files changed

+32
-11
lines changed

CHANGELOG.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,24 @@ Please file a bug if you notice a violation of semantic versioning.
2222
### Fixed
2323
### Removed
2424

25+
## [1.1.8] 2025-05-06 ([tag][1.1.8t])
26+
- Line Coverage: 100.0% (117 / 117)
27+
- Branch Coverage: 100.0% (4 / 4)
28+
- 84.62% documented
29+
### Added
30+
- CITATION.cff (@pboling)
31+
- Cryptographically signed with new 20-year cert (@pboling)
32+
- expires 2045-04-29
33+
- Improved documentation (@pboling)
34+
- Addressed entire REEK list (@pboling)
35+
- GitLab CI, as an addition to existing GHA (@pboling)
36+
2537
## [1.1.7] 2025-04-15 ([tag][1.1.7t])
2638
- Line Coverage: 100.0% (117 / 117)
2739
- Branch Coverage: 100.0% (4 / 4)
28-
- 76.92% documented
40+
- 76.92% documented
2941
### Added
30-
- Support for Epoch Semantic Versioning
42+
- Support for Epoch Semantic Versioning (@pboling)
3143
- `extend VersionGem::Epoch` in your library's `MyLib::Version` module
3244
- Support for JRuby 10 (@pboling)
3345
- More documentation (@pboling)
@@ -130,7 +142,9 @@ Please file a bug if you notice a violation of semantic versioning.
130142
### Added
131143
- Initial release, with basic version parsing API (@pboling)
132144

133-
[Unreleased]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.7...main
145+
[Unreleased]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.8...main
146+
[1.1.8]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.7...v1.1.8
147+
[1.1.8t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.8
134148
[1.1.7]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.6...v1.1.7
135149
[1.1.7t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.7
136150
[1.1.6]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.5...v1.1.6

Gemfile.lock

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,22 @@ GIT
88
rake (>= 10)
99
thor (>= 0.14)
1010

11+
GIT
12+
remote: https://github.com/pboling/yard-junk
13+
revision: 54ccebabbfa9a9cd44d0b991687ebbfd22c32b55
14+
branch: next
15+
specs:
16+
yard-junk (0.0.10)
17+
backports (>= 3.18)
18+
benchmark
19+
ostruct
20+
rainbow
21+
yard
22+
1123
PATH
1224
remote: .
1325
specs:
14-
version_gem (1.1.7)
26+
version_gem (1.1.8)
1527

1628
GEM
1729
remote: https://rubygems.org/
@@ -224,11 +236,6 @@ GEM
224236
unicode-emoji (~> 4.0, >= 4.0.4)
225237
unicode-emoji (4.0.4)
226238
yard (0.9.37)
227-
yard-junk (0.0.10)
228-
backports (>= 3.18)
229-
ostruct
230-
rainbow
231-
yard
232239
zeitwerk (2.7.2)
233240

234241
PLATFORMS
@@ -260,7 +267,7 @@ DEPENDENCIES
260267
stone_checksums (~> 1.0)
261268
version_gem!
262269
yard (~> 0.9, >= 0.9.37)
263-
yard-junk (~> 0.0, >= 0.0.10)
270+
yard-junk (~> 0.0, >= 0.0.10)!
264271

265272
BUNDLED WITH
266273
2.6.8

lib/version_gem/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module VersionGem
44
module Version
5-
VERSION = "1.1.7"
5+
VERSION = "1.1.8"
66
# This would work in this gem, but not in external libraries,
77
# because version files are loaded in Gemspecs before bundler
88
# has a chance to load dependencies.

0 commit comments

Comments
 (0)