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 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 ] [ ] )
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ name: rubocop-minitest
22title : 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 '
66nav :
77 - modules/ROOT/nav.adoc
Original file line number Diff line number Diff 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
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