We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762cd62 commit ca0eba6Copy full SHA for ca0eba6
rubocop-airbnb/CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 5.0.0
2
+* Add support for Ruby 3.1
3
+* Drop support for Ruby 2.4
4
+* Update rubocop to 1.22.0
5
+* Update rubocop-rspec to 2.0.0
6
+* Remove deprecated cops InvalidPredicateMatcher and CustomIncludeMethods
7
+
8
# 4.0.0
9
* Add support for Ruby 3.0
10
* Run CI against Ruby 2.7
rubocop-airbnb/lib/rubocop/airbnb/version.rb
@@ -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
0 commit comments