Skip to content

Commit 09a4a07

Browse files
authored
Release v8.0.0 (#213)
1 parent c0e77f4 commit 09a4a07

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

rubocop-airbnb/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 8.0.0
2+
* [#72](https://github.com/airbnb/ruby/pull/212) Adopt Rubocop's plugin system (thanks @koic!)
3+
* Bump minimum gem versions:
4+
* `rubocop` from `'~> 1.61'` to `'~> 1.72'`
5+
* `rubocop-performance` from `'~> 1.20'` to `'~> 1.24'`
6+
* `rubocop-rails` from `'~> 2.24'` to `'~> 2.30'`
7+
* `rubocop-rspec` from `'~> 2.26'` to `'~> 3.5'`
8+
* Add explicit `rubocop-*` gem dependencies which have been extracted
9+
* `rubocop-capybara` with min version `'~> 2.22'`
10+
* `rubocop-factory_bot` with min version `'~> 2.27'`
11+
112
# 7.0.0
213
* Add support for Ruby 3.3
314
* Drop support for Ruby 2.6

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 = '7.0.0'
6+
VERSION = '8.0.0'
77
end
88
end

0 commit comments

Comments
 (0)