File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11
11
12
12
## master (unreleased)
13
13
14
+ ## 0.35.1 (2024-07-11)
15
+
14
16
### New features
15
17
16
18
* [ #307 ] ( https://github.com/rubocop/rubocop-minitest/pull/307 ) : Make ` AssertOffense ` support ` assert_no_corrections ` . ([ @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.35 '
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.35.0 '
7
+ STRING = '0.35.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
+ ### New features
2
+
3
+ * [ #307 ] ( https://github.com/rubocop/rubocop-minitest/pull/307 ) : Make ` AssertOffense ` support ` assert_no_corrections ` . ([ @koic ] [ ] )
4
+
5
+ ### Bug fixes
6
+
7
+ * [ #311 ] ( https://github.com/rubocop/rubocop-minitest/pull/311 ) : Suppress deprecation warning for ` Minitst/MultipleAssertions ` . ([ @koic ] [ ] )
8
+
9
+ [ @koic ] : https://github.com/koic
You can’t perform that action at this time.
0 commit comments