File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11
11
12
12
## master (unreleased)
13
13
14
+ ## 0.37.1 (2025-02-16)
15
+
14
16
### Bug fixes
15
17
16
18
* [ #330 ] ( https://github.com/rubocop/rubocop-minitest/pull/330 ) : Update ` add_dependency ` of RuboCop to 1.72 for plugin support. ([ @koic ] [ ] )
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ name: rubocop-minitest
2
2
title : RuboCop Minitest
3
3
# We always provide version without patch here (e.g. 1.1),
4
4
# as patch versions should not appear in the docs.
5
- version : ~
5
+ version : ' 0.37 '
6
6
nav :
7
7
- modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module RuboCop
4
4
module Minitest
5
5
# This module holds the RuboCop Minitest version information.
6
6
module Version
7
- STRING = '0.37.0 '
7
+ STRING = '0.37.1 '
8
8
9
9
def self . document_version
10
10
STRING . match ( '\d+\.\d+' ) . to_s
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments