Skip to content

Commit

Permalink
Cut 0.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Sep 27, 2023
1 parent 6c8ca63 commit 263fea7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,8 @@

## master (unreleased)

## 0.32.2 (2023-09-27)

### Bug fixes

* [#263](https://github.com/rubocop/rubocop-minitest/pull/263): Fix an error for `Minitest/AssertOperator` and `Minitest/RefuteOperator` when using unary operation argument. ([@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.32'
nav:
- modules/ROOT/nav.adoc
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.32.1'
STRING = '0.32.2'

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

* [#263](https://github.com/rubocop/rubocop-minitest/pull/263): Fix an error for `Minitest/AssertOperator` and `Minitest/RefuteOperator` when using unary operation argument. ([@koic][])

### Changes

* [#264](https://github.com/rubocop/rubocop-minitest/pull/264): Make `Minitest/AssertOperator` and `Minitest/RefuteOperator` allow index access with `[]`. ([@flavorjones][])

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

0 comments on commit 263fea7

Please sign in to comment.