Skip to content

Commit c53a8a8

Browse files
authored
Prepare for 7.0.0 release (#206)
1 parent e62bb1d commit c53a8a8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

rubocop-airbnb/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
# 7.0.0
2+
* Add support for Ruby 3.3
3+
* Drop support for Ruby 2.6
4+
* Update rubocop to ~> 1.61
5+
16
# 6.0.0
27
* Recover code analysis using `TargetRubyVersion` from Ruby 2.0 to 2.4
38
* Drop support for Ruby 2.5
4-
* Update rubocop to 1.32.0
9+
* Update rubocop to ~> 1.32.0
510

611
# 5.0.0
712
* Add support for Ruby 3.1

rubocop-airbnb/lib/rubocop/airbnb/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
module RuboCop
44
module Airbnb
55
# Version information for the the Airbnb RuboCop plugin.
6-
VERSION = '6.0.0'
6+
VERSION = '7.0.0'
77
end
88
end

0 commit comments

Comments
 (0)