Skip to content

Commit d6fa128

Browse files
committed
Cut 0.7.1
1 parent 60d0f3b commit d6fa128

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## 0.7.1 (2025-02-16)
6+
57
### Bug fixes
68

79
* [#59](https://github.com/rubocop/rubocop-rake/pull/59): Fix incorrect plugin version when displaing `rubocop -V`. ([@koic][])

lib/rubocop/rake/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

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

0 commit comments

Comments
 (0)