Skip to content

Commit 63a3f41

Browse files
committed
Cut 0.7.0
1 parent 9a21bfd commit 63a3f41

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## 0.7.0 (2025-02-16)
6+
57
* [#58](https://github.com/rubocop/rubocop-rake/pull/58): Pluginfy RuboCop Rake. ([@koic][])
68
* [#57](https://github.com/rubocop/rubocop-rake/pull/57): Drop support Ruby 2.5 and 2.6 for runtime environment. ([@koic][])
79

lib/rubocop/rake/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module RuboCop
44
module Rake
5-
VERSION = "0.6.0"
5+
VERSION = "0.7.0"
66
end
77
end

0 commit comments

Comments
 (0)