We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6363bf commit 61598dfCopy full SHA for 61598df
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.0.6 (2025-12-15)
4
+
5
+- Added 84codes RuboCop rules ([#21](https://github.com/84codes/rubocop-eightyfourcodes/pull/21))
6
7
## 0.0.5 (2025-05-07)
8
9
- Handled deprecation of `EnsureNode#body` ([#20](https://github.com/84codes/rubocop-eighty-four-codes/pull/20))
lib/rubocop/eightyfourcodes/version.rb
@@ -2,6 +2,6 @@
module RuboCop
module EightyFourCodes
- VERSION = "0.0.5"
+ VERSION = "0.0.6"
end
0 commit comments