Skip to content

Commit ca0eba6

Browse files
authored
Cut release for 5.0.0 (#192)
1 parent 762cd62 commit ca0eba6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

rubocop-airbnb/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
# 4.0.0
29
* Add support for Ruby 3.0
310
* Run CI against Ruby 2.7

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

Lines changed: 1 addition & 1 deletion
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 = '4.0.0'
6+
VERSION = '5.0.0'
77
end
88
end

0 commit comments

Comments
 (0)