Skip to content

Commit

Permalink
Cut 0.34.2
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Dec 25, 2023
1 parent fca22c3 commit 0d42c75
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,8 @@

## master (unreleased)

## 0.34.2 (2023-12-25)

### Bug fixes

* [#283](https://github.com/rubocop/rubocop-minitest/issues/283): Fix an error for `Minitest/MultipleAssertions` when using `||` assigning a value to a variable. ([@koic][])
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Expand Up @@ -2,6 +2,6 @@ name: rubocop-minitest
title: RuboCop Minitest
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: ~
version: '0.34'
nav:
- modules/ROOT/nav.adoc
6 changes: 6 additions & 0 deletions docs/modules/ROOT/pages/cops_minitest.adoc
@@ -1,3 +1,9 @@
////
Do NOT edit this file by hand directly, as it is automatically generated.

Please make any necessary changes to the cop documentation within the source files themselves.
////
= Minitest
== Minitest/AssertEmpty
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/minitest/version.rb
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module Minitest
# This module holds the RuboCop Minitest version information.
module Version
STRING = '0.34.1'
STRING = '0.34.2'

def self.document_version
STRING.match('\d+\.\d+').to_s
Expand Down
5 changes: 5 additions & 0 deletions relnotes/v0.34.2.md
@@ -0,0 +1,5 @@
### Bug fixes

* [#283](https://github.com/rubocop/rubocop-minitest/issues/283): Fix an error for `Minitest/MultipleAssertions` when using `||` assigning a value to a variable. ([@koic][])

[@koic]: https://github.com/koic

0 comments on commit 0d42c75

Please sign in to comment.