File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1111PATH
1212 remote: .
1313 specs:
14- version_gem (1.1.4 )
14+ version_gem (1.1.5 )
1515
1616GEM
1717 remote: https://rubygems.org/
Original file line number Diff line number Diff line change 22
33module 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.
You can’t perform that action at this time.
0 commit comments