CHANGELOG.md in rubycritic-4.6.1 vs CHANGELOG.md in rubycritic-4.7.0
- old
+ new
@@ -1,9 +1,17 @@
-# main [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v4.6.1...main)
+# main [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v4.7.0...main)
-# v4.6.0 / 2021-01-28 [(commits)](https://github.com/whitesmith/rubycritic/compare/v4.6.0...v4.6.1)
+# v4.7.0 / 2022-05-06 [(commits)](https://github.com/whitesmith/rubycritic/compare/v4.6.1...v4.7.0)
+* [CHANGE] Run test suite with Ruby 3.1 (by [@etagwerker][])
+* [FEATURE] Allow the Rake task generator to accept a description (by [@anicholson][])
+* [CHANGE] Replace travis-ci with Github Actions for contributors (by [@RyanSnodgrass][])
+* [CHANGE] Drop support for JRuby 9.1.x (by [@RyanSnodgrass][])
+* [BUGFIX] Exit with 0 or 1 from Rake Task. Fixes #214 (by [@RyanSnodgrass][])
+
+# v4.6.1 / 2021-01-28 [(commits)](https://github.com/whitesmith/rubycritic/compare/v4.6.0...v4.6.1)
+
* [CHANGE] CI: Drop rbx-3 from matrix, does not install (by [@olleolleolle][])
* [CHANGE] Add support for Ruby 3.0 (by [@etagwerker][])
* [BUGFIX] Fix images on readme (by [@borisrorsvort][])
# v4.6.0 / 2021-01-28 [(commits)](https://github.com/whitesmith/rubycritic/compare/v4.5.2...v4.6.0)
@@ -11,10 +19,12 @@
* [CHANGE] Fix rubocop offenses (by [@sl4vr][])
* [CHANGE] Make Github Linguist ignore vendored files (by [@sl4vr][])
* [BUGFIX] Fix directory structure of reports when comparing branches (by [@denny][])
* [BUGFIX] Restrict simplecov to versions before data format changed (by [@denny][])
+* [BUGFIX] Handle missing comparison file in html template (by @lauratpa)
+
# v4.5.2 / 2020-08-20 [(commits)](https://github.com/whitesmith/rubycritic/compare/v4.5.1...v4.5.2)
* [BUGFIX] Handle simplecov v0.19 and install appraisal (by [@MZiserman][])
# v4.5.1 / 2020-06-29 [(commits)](https://github.com/whitesmith/rubycritic/compare/v4.5.0...v4.5.1)
@@ -364,5 +374,6 @@
[@lloydwatkin]: https://github.com/lloydwatkin
[@Flink]: https://github.com/Flink
[@jackcasey]: https://github.com/jackcasey
[@sl4vr]: https://github.com/sl4vr
[@denny]: https://github.com/denny
+[@RyanSnodgrass]: https://github.com/RyanSnodgrass