CHANGELOG.md in rubocop-ruby2_7-2.0.4 vs CHANGELOG.md in rubocop-ruby2_7-2.0.5

- old
+ new

@@ -8,10 +8,27 @@ ### Added ### Changed ### Fixed ### Removed +## [2.0.5] 2023-06-05 +### Added +- Dependencies + - yard-junk + - redcarpet + - pry, IRB alternative + - pry-suite + - debase, for IDE debugging +- Some rules should ignore specs/tests + - Style/MethodCallWithArgsParentheses + - Style/ClassAndModuleChildren +### Fixed +- `yard` documentation task +### Changed +- Added Include to inherit_mode: merge +- Updated dependency on standard-rubocop-lts + ## [2.0.4] 2023-05-22 ### Fixed - install_tasks and Railtie loading of rake tasks ### Changed - tasks.rake => tasks.rb @@ -114,10 +131,11 @@ ## [1.0.0] 2022-05-01 ### Added - Initial release -[Unreleased]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v2.0.4...HEAD +[Unreleased]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v2.0.5...HEAD +[2.0.5]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v2.0.4...v2.0.5 [2.0.4]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v2.0.3...v2.0.4 [2.0.3]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/rubocop-lts/rubocop-ruby2_7/compare/v1.1.3...v2.0.0