Skip to content

Commit

Permalink
Cut release for 5.0.0 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
pariser committed Feb 13, 2023
1 parent 762cd62 commit ca0eba6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions rubocop-airbnb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 5.0.0
* Add support for Ruby 3.1
* Drop support for Ruby 2.4
* Update rubocop to 1.22.0
* Update rubocop-rspec to 2.0.0
* Remove deprecated cops InvalidPredicateMatcher and CustomIncludeMethods

# 4.0.0
* Add support for Ruby 3.0
* Run CI against Ruby 2.7
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 = '4.0.0'
VERSION = '5.0.0'
end
end

0 comments on commit ca0eba6

Please sign in to comment.