CHANGELOG.md in version_gem-1.1.1 vs CHANGELOG.md in version_gem-1.1.2
- old
+ new
@@ -8,10 +8,17 @@
### Added
### Changed
### Fixed
### Removed
+## [1.1.2] - 2023-03-17 ([tag][1.1.2t])
+### Added
+- `VersionGem::Ruby` to help library CI integration against many different versions of Ruby (@pboling)
+ - Experimental, optional, require (not loaded by default, which is why this can be in a patch)
+- Spec coverage is now 100%, lines and branches, including the fabled `version.rb` (@pboling)
+- Full RBS Signatures (@pboling)
+
## [1.1.1] - 2022-09-19 ([tag][1.1.1t])
### Added
- Alternatives section to README.md (@pboling)
- Signing cert for gem releases (@pboling)
- Mailing List and other metadata URIs (@pboling)
@@ -40,10 +47,12 @@
## [1.0.0] - 2022-06-21 ([tag][1.0.0t])
### Added
- Initial release, with basic version parsing API (@pboling)
-[Unreleased]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.1...HEAD
+[Unreleased]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.2...HEAD
+[1.1.2]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.1...v1.1.2
+[1.1.2t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.2
[1.1.1]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.0...v1.1.1
[1.1.1t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.1
[1.1.0]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.0.2...v1.1.0
[1.1.0t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.0
[1.0.2]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.0.1...v1.0.2