File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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 !)
Original file line number Diff line number Diff line change 33module 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
88end
You can’t perform that action at this time.
0 commit comments