Skip to content

Commit 4aac4a6

Browse files
committed
Cut 0.37.1
1 parent 406dd98 commit 4aac4a6

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGELOG.md

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

1212
## master (unreleased)
1313

14+
## 0.37.1 (2025-02-16)
15+
1416
### Bug fixes
1517

1618
* [#330](https://github.com/rubocop/rubocop-minitest/pull/330): Update `add_dependency` of RuboCop to 1.72 for plugin support. ([@koic][])

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ name: rubocop-minitest
22
title: RuboCop Minitest
33
# We always provide version without patch here (e.g. 1.1),
44
# as patch versions should not appear in the docs.
5-
version: ~
5+
version: '0.37'
66
nav:
77
- modules/ROOT/nav.adoc

lib/rubocop/minitest/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module RuboCop
44
module Minitest
55
# This module holds the RuboCop Minitest version information.
66
module Version
7-
STRING = '0.37.0'
7+
STRING = '0.37.1'
88

99
def self.document_version
1010
STRING.match('\d+\.\d+').to_s

relnotes/v0.37.1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### Bug fixes
2+
3+
* [#330](https://github.com/rubocop/rubocop-minitest/pull/330): Update `add_dependency` of RuboCop to 1.72 for plugin support. ([@koic][])
4+
5+
[@koic]: https://github.com/koic

0 commit comments

Comments
 (0)