We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a21bfd commit 63a3f41Copy full SHA for 63a3f41
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master (unreleased)
4
5
+## 0.7.0 (2025-02-16)
6
+
7
* [#58](https://github.com/rubocop/rubocop-rake/pull/58): Pluginfy RuboCop Rake. ([@koic][])
8
* [#57](https://github.com/rubocop/rubocop-rake/pull/57): Drop support Ruby 2.5 and 2.6 for runtime environment. ([@koic][])
9
lib/rubocop/rake/version.rb
@@ -2,6 +2,6 @@
module RuboCop
module Rake
- VERSION = "0.6.0"
+ VERSION = "0.7.0"
end
0 commit comments