We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62bb1d commit c53a8a8Copy full SHA for c53a8a8
rubocop-airbnb/CHANGELOG.md
@@ -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
+
6
# 6.0.0
7
* Recover code analysis using `TargetRubyVersion` from Ruby 2.0 to 2.4
8
* Drop support for Ruby 2.5
-* Update rubocop to 1.32.0
9
+* Update rubocop to ~> 1.32.0
10
11
# 5.0.0
12
* Add support for Ruby 3.1
rubocop-airbnb/lib/rubocop/airbnb/version.rb
@@ -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
0 commit comments