File tree 4 files changed +9
-2
lines changed
4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ ## 0.25.0 (2022-12-10)
6
+
5
7
### New features
6
8
7
9
* [ #200 ] ( https://github.com/rubocop/rubocop-minitest/issues/200 ) : Support ` it ` testing block for minitest/spec. ([ @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.25 '
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.24 .0'
7
+ STRING = '0.25 .0'
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
+ ### New features
2
+
3
+ * [ #200 ] ( https://github.com/rubocop/rubocop-minitest/issues/200 ) : Support ` it ` testing block for minitest/spec. ([ @koic ] [ ] )
4
+
5
+ [ @koic ] : https://github.com/koic
You can’t perform that action at this time.
0 commit comments