CHANGELOG.md in rubycritic-4.8.1 vs CHANGELOG.md in rubycritic-4.9.0
- old
+ new
@@ -1,7 +1,19 @@
-# main [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v4.8.1...main)
+# main [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v4.9.0...main)
+# v4.9.0 / 2023-10-18 [(commits)](https://github.com/whitesmith/rubycritic/compare/v4.8.1...v4.9.0)
+
+* [CHANGE] Bump aruba, cucumber, fakefs, flog, mdl, minitest, and rubocop dependencies (by [@faisal][])
+* [CHANGE] Fix test warning related to `cucumber_opts` declaration (by [@faisal][])
+* [BUGFIX] Stop using long-deprecated MiniTest module name, removed in 5.19.0 (by [@faisal][])
+* [CHANGE] Disable VERBOSE warnings in test stubs (by [@fbuys][])
+* [CHANGE] Add rexml dependency for Ruby 3.0.0+ support (by [@fbuys][])
+* [BUGFIX] Raise error when the same branches are compared (by [@rishijain][])
+* [BUGFIX] Churn score was always 0 when rubycritic was executed from a sub-directory (by [@rishijain][])
+* [BUGFIX] Use overview.html as the fallback path when files does not exist during compare option (by [@rishijain][])
+* [BUGFIX] Use name from the file path instead of fetching name from the parser (by [@rishijain][])
+
# v4.8.1 / 2023-05-17 [(commits)](https://github.com/whitesmith/rubycritic/compare/v4.8.0...v4.8.1)
* [CHANGE] Update runtime dependencies to current versions of analysis gems (by [@faisal][])
* [CHANGE] Update the mdl development_dependency from 0.5 to 0.12 (by [@faisal][])
* [CHANGE] Update rubocop to use current version (~1.51.0) and relevant plugins (by [@faisal][]])
@@ -427,5 +439,6 @@
[@marcgrimme]: https://github.com/marcgrimme
[@katafrakt]: https://github.com/katafrakt
[@faisal]: https://github.com/faisal
[@96RadhikaJadhav]: https://github.com/96RadhikaJadhav
[@Fito]: https://github.com/Fito
+[@fbuys]: https://github.com/fbuys