Skip to content

Commit 322fe38

Browse files
committed
🔖 Prepare release v1.1.5
1 parent b3ebde9 commit 322fe38

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Fixed
1111
### Removed
1212

13+
## [1.1.5] 2025-02-21 ([tag][1.1.5t])
14+
- Line Coverage: 100.0% (77 / 77)
15+
- Branch Coverage: 100.0% (2 / 2)
16+
- 77.78% documented
17+
### Added
18+
- Document approach to get code coverage on your gem's version.rb file
19+
- More documentation, and yard task for documentation
20+
- Documentation of Ruby version and SemVer support
21+
### Fixed
22+
- Code coverage tracking
23+
- Documentation of usage in gemspec via `Kernel.load`
24+
- Improved gemspec config
25+
1326
## [1.1.4] 2024-03-21 ([tag][1.1.4t])
1427
### Added
1528
- Ruby 3.3 to CI (@pboling)
@@ -75,7 +88,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7588
### Added
7689
- Initial release, with basic version parsing API (@pboling)
7790

78-
[Unreleased]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.4...HEAD
91+
[Unreleased]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.5...main
92+
[1.1.5]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.4...v1.1.5
93+
[1.1.5t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.5
7994
[1.1.4]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.3...v1.1.4
8095
[1.1.4t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.4
8196
[1.1.3]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.2...v1.1.3

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
version_gem (1.1.4)
14+
version_gem (1.1.5)
1515

1616
GEM
1717
remote: https://rubygems.org/

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.4"
5+
VERSION = "1.1.5"
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)