Skip to content

Commit a6ca135

Browse files
committed
v8.1.0 release
1 parent 345e43b commit a6ca135

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

rubocop-airbnb/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Unreleased
2-
* Fix warnings after `Naming/PredicateName` was renamed to `Naming/PredicatePrefix` in `rubocop` `v1.76.0`
3-
* Bump `rubocop` minimum required version from `~> 1.72` to `~> 1.76`
2+
3+
# 8.1.0
4+
* [#216](https://github.com/airbnb/ruby/pull/216) handle renamed cop (thanks @santiagorodriguez96!)
5+
* Fix warnings after `Naming/PredicateName` was renamed to `Naming/PredicatePrefix` in `rubocop` `v1.76.0`
6+
* Bump `rubocop` minimum required version from `~> 1.72` to `~> 1.76`
47

58
# 8.0.0
69
* [#72](https://github.com/airbnb/ruby/pull/212) Adopt Rubocop's plugin system (thanks @koic!)

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

0 commit comments

Comments
 (0)