CHANGELOG.md in version_gem-1.1.2 vs CHANGELOG.md in version_gem-1.1.3

- old
+ new

@@ -8,10 +8,27 @@ ### Added ### Changed ### Fixed ### Removed +## [1.1.3] 2023-06-05 ([tag][1.1.3t]) +### Added +- More test coverage (now 100% 🎉) (@pboling) +- Improved documentation (now 77% 🎉) (@pboling) +- Gemfile context pattern (@pboling) +- Improved linting (via rubocop-lts) (@pboling) +- More robust GHA config (@pboling) +- (dev) Dependencies (@pboling) + - yard-junk + - redcarpet + - pry, IRB alternative + - pry-suite + - debase, for IDE debugging +- (dev) Rake task for rubocop_gradual (@pboling) +### Fixed +- (dev) `yard` documentation task (@pboling) + ## [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) @@ -47,10 +64,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.2...HEAD +[Unreleased]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.3...HEAD +[1.1.3]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.2...v1.1.3 +[1.1.3t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.3 [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