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
11 changes: 11 additions & 0 deletions rubocop-airbnb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 8.0.0
* [#72](https://github.com/airbnb/ruby/pull/212) Adopt Rubocop's plugin system (thanks @koic!)
* Bump minimum gem versions:
* `rubocop` from `'~> 1.61'` to `'~> 1.72'`
* `rubocop-performance` from `'~> 1.20'` to `'~> 1.24'`
* `rubocop-rails` from `'~> 2.24'` to `'~> 2.30'`
* `rubocop-rspec` from `'~> 2.26'` to `'~> 3.5'`
* Add explicit `rubocop-*` gem dependencies which have been extracted
* `rubocop-capybara` with min version `'~> 2.22'`
* `rubocop-factory_bot` with min version `'~> 2.27'`

# 7.0.0
* Add support for Ruby 3.3
* Drop support for Ruby 2.6
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 = '7.0.0'
VERSION = '8.0.0'
end
end