Skip to content

Commit

Permalink
Prepare for 7.0.0 release (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
pariser authored Jul 23, 2024
1 parent e62bb1d commit c53a8a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion rubocop-airbnb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# 7.0.0
* Add support for Ruby 3.3
* Drop support for Ruby 2.6
* Update rubocop to ~> 1.61

# 6.0.0
* Recover code analysis using `TargetRubyVersion` from Ruby 2.0 to 2.4
* Drop support for Ruby 2.5
* Update rubocop to 1.32.0
* Update rubocop to ~> 1.32.0

# 5.0.0
* Add support for Ruby 3.1
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 = '6.0.0'
VERSION = '7.0.0'
end
end

0 comments on commit c53a8a8

Please sign in to comment.