1
1
# Changelog
2
+
3
+ [ ![ SemVer 2.0.0] [ 📌semver-img ]] [ 📌semver ] [ ![ Keep-A-Changelog 1.0.0] [ 📗keep-changelog-img ]] [ 📗keep-changelog ]
4
+
2
5
All notable changes to this project will be documented in this file.
3
6
4
- The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
- and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+ The format is based on [ Keep a Changelog] [ 📗keep-changelog ] ,
8
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) ,
9
+ and [ yes] [ 📌major-versions-not-sacred ] , platform and engine support are part of the [ public API] [ 📌semver-breaking ] .
10
+ Please file a bug if you notice a violation of semantic versioning.
11
+
12
+ [ 📌semver ] : https://semver.org/spec/v2.0.0.html
13
+ [ 📌semver-img ] : https://img.shields.io/badge/semver-2.0.0-FFDD67.svg?style=flat
14
+ [ 📌semver-breaking ] : https://github.com/semver/semver/issues/716#issuecomment-869336139
15
+ [ 📌major-versions-not-sacred ] : https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
16
+ [ 📗keep-changelog ] : https://keepachangelog.com/en/1.0.0/
17
+ [ 📗keep-changelog-img ] : https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat
6
18
7
19
## [ Unreleased]
8
20
### Added
9
21
### Changed
10
22
### Fixed
11
23
### Removed
12
24
13
- ## [ 1.1.5 ] 2025-02-21 ([ tag] [ 1.1.5t ] )
25
+ ## [ 1.1.6 ] 2025-02-24 ([ tag] [ 1.1.6t ] )
14
26
- Line Coverage: 100.0% (77 / 77)
15
27
- Branch Coverage: 100.0% (2 / 2)
16
28
- 77.78% documented
17
29
### 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
30
+ - Support for JRuby 9.1, 9.2, 9.3, 9.4, and head (@pboling )
31
+ - Support for Truffle Ruby 22.3, 23.0, 23.1, 24.1, and head (@pboling )
32
+ - Evergreen current latest engine release workflow (@pboling )
33
+ - Runs ruby, truffleruby, and jruby, always latest release
34
+ - Improved developer experience for contributors (@pboling )
35
+ - More documentation (@pboling )
36
+ - Switch to stone_checksums for checksum generation (@pboling )
37
+ ### Changed
38
+ - Code of Conduct updated - Contributor Covenant v2.0 => v2.1 (@pboling )
39
+
40
+ ## [ 1.1.5] 2025-02-22 ([ tag] [ 1.1.5t ] )
41
+ - Line Coverage: 100.0% (77 / 77)
42
+ - Branch Coverage: 100.0% (2 / 2)
43
+ - 77.78% documented
44
+ ### Added
45
+ - Document approach to get code coverage on your gem's version.rb file (@pboling )
46
+ - More documentation, and yard task for documentation (@pboling )
47
+ - Documentation of Ruby version and SemVer support (@pboling )
21
48
### Fixed
22
- - [ #3 ] ( https://gitlab.com/oauth-xx/version_gem/-/issues/3 ) - Allow packaging without signing
49
+ - [ #3 ] ( https://gitlab.com/oauth-xx/version_gem/-/issues/3 ) - Allow packaging without signing ( @ pboling )
23
50
- to support secure linux distros which have alternate means of signing packages within their package managers
24
- - Code coverage tracking
25
- - Documentation of usage in gemspec via ` Kernel.load `
26
- - Improved gemspec config
51
+ - Code coverage tracking ( @ pboling )
52
+ - Documentation of usage in gemspec via ` Kernel.load ` ( @ pboling )
53
+ - Improved gemspec config ( @ pboling )
27
54
28
55
## [ 1.1.4] 2024-03-21 ([ tag] [ 1.1.4t ] )
29
56
### Added
@@ -70,10 +97,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
70
97
- Gem releases are now cryptographically signed (@pboling )
71
98
72
99
## [ 1.1.0] - 2022-06-24 ([ tag] [ 1.1.0t ] )
73
- ### Fixed
74
- - to_a uses same type casting as major, minor, patch, and pre (@pboling )
75
100
### Added
76
101
- RSpec Matchers and Shared Example (@pboling )
102
+ ### Fixed
103
+ - ` to_a ` uses same type casting as major, minor, patch, and pre (@pboling )
77
104
78
105
## [ 1.0.2] - 2022-06-23 ([ tag] [ 1.0.2t ] )
79
106
### Added
@@ -90,7 +117,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
90
117
### Added
91
118
- Initial release, with basic version parsing API (@pboling )
92
119
93
- [ Unreleased ] : https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.5...main
120
+ [ Unreleased ] : https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.6...main
121
+ [ 1.1.6 ] : https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.5...v1.1.6
122
+ [ 1.1.6t ] : https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.6
94
123
[ 1.1.5 ] : https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.4...v1.1.5
95
124
[ 1.1.5t ] : https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.5
96
125
[ 1.1.4 ] : https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.3...v1.1.4
0 commit comments