Skip to content

Commit

Permalink
Cut 0.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Jul 10, 2024
1 parent 1a1d11e commit 07c4bd5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

## master (unreleased)

## 0.35.1 (2024-07-11)

### New features

* [#307](https://github.com/rubocop/rubocop-minitest/pull/307): Make `AssertOffense` support `assert_no_corrections`. ([@koic][])
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
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.35'
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion lib/rubocop/minitest/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module Minitest
# This module holds the RuboCop Minitest version information.
module Version
STRING = '0.35.0'
STRING = '0.35.1'

def self.document_version
STRING.match('\d+\.\d+').to_s
Expand Down
9 changes: 9 additions & 0 deletions relnotes/v0.35.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### New features

* [#307](https://github.com/rubocop/rubocop-minitest/pull/307): Make `AssertOffense` support `assert_no_corrections`. ([@koic][])

### Bug fixes

* [#311](https://github.com/rubocop/rubocop-minitest/pull/311): Suppress deprecation warning for `Minitst/MultipleAssertions`. ([@koic][])

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

0 comments on commit 07c4bd5

Please sign in to comment.