Skip to content

Commit 90fc925

Browse files
committed
Cut 0.34.3
1 parent 5f7a42d commit 90fc925

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-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.34.3 (2024-01-01)
15+
1416
### Bug fixes
1517

1618
* [#287](https://github.com/rubocop/rubocop-minitest/issues/287): Don't error on empty blocks when linting `assert_raises`. ([@G-Rath][])

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.34'
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.34.2'
7+
STRING = '0.34.3'
88

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

relnotes/v0.34.3.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
### Bug fixes
2+
3+
* [#287](https://github.com/rubocop/rubocop-minitest/issues/287): Don't error on empty blocks when linting `assert_raises`. ([@G-Rath][])
4+
* [#289](https://github.com/rubocop/rubocop-minitest/issues/289): Don't count assertions twice when their return value is being assigned. ([@G-Rath][])
5+
6+
[@G-Rath]: https://github.com/G-Rath

0 commit comments

Comments
 (0)