Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions rubocop-airbnb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Unreleased
* Fix warnings after `Naming/PredicateName` was renamed to `Naming/PredicatePrefix` in `rubocop` `v1.76.0`
* Bump `rubocop` minimum required version from `~> 1.72` to `~> 1.76`

# 8.1.0
* [#216](https://github.com/airbnb/ruby/pull/216) handle renamed cop (thanks @santiagorodriguez96!)
* Fix warnings after `Naming/PredicateName` was renamed to `Naming/PredicatePrefix` in `rubocop` `v1.76.0`
* Bump `rubocop` minimum required version from `~> 1.72` to `~> 1.76`

# 8.0.0
* [#72](https://github.com/airbnb/ruby/pull/212) Adopt Rubocop's plugin system (thanks @koic!)
Expand Down
2 changes: 1 addition & 1 deletion rubocop-airbnb/lib/rubocop/airbnb/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module RuboCop
module Airbnb
# Version information for the the Airbnb RuboCop plugin.
VERSION = '8.0.0'
VERSION = '8.1.0'
end
end
Loading