Skip to content

Commit

Permalink
Tweak a couple of changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed May 7, 2022
1 parent f6ae7fd commit 9af477d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -97,7 +97,7 @@

### Changes

* [#129](https://github.com/rubocop/rubocop-minitest/pull/129): Drop Ruby 2.4 support. ([@koic][])
* [#129](https://github.com/rubocop/rubocop-minitest/pull/129): **(Compatibility)** Drop Ruby 2.4 support. ([@koic][])

## 0.11.1 (2021-03-31)

Expand Down Expand Up @@ -167,7 +167,7 @@
### Changes

* [#73](https://github.com/rubocop/rubocop-minitest/issues/73): The Minitest department works on file names end with `_test.rb` by default. ([@koic][])
* [#77](https://github.com/rubocop/rubocop-minitest/pull/77): **(BREAKING)** Drop support for Ruby 2.3. ([@koic][])
* [#77](https://github.com/rubocop/rubocop-minitest/pull/77): **(Compatibility)** Drop support for Ruby 2.3. ([@koic][])

## 0.8.1 (2020-04-06)

Expand Down
2 changes: 1 addition & 1 deletion changelog/change_drop_ruby_2_5_support.md
@@ -1 +1 @@
* [#168](https://github.com/rubocop/rubocop-minitest/pull/168): **(Breaking)** Drop Ruby 2.5 support. ([@koic][])
* [#168](https://github.com/rubocop/rubocop-minitest/pull/168): **(Compatibility)** Drop Ruby 2.5 support. ([@koic][])
2 changes: 1 addition & 1 deletion relnotes/v0.12.0.md
Expand Up @@ -4,7 +4,7 @@

### Changes

* [#129](https://github.com/rubocop/rubocop-minitest/pull/129): Drop Ruby 2.4 support. ([@koic][])
* [#129](https://github.com/rubocop/rubocop-minitest/pull/129): **(Compatibility)** Drop Ruby 2.4 support. ([@koic][])

[@ghiculescu]: https://github.com/ghiculescu
[@koic]: https://github.com/koic
2 changes: 1 addition & 1 deletion relnotes/v0.9.0.md
Expand Up @@ -5,6 +5,6 @@
### Changes

* [#73](https://github.com/rubocop/rubocop-minitest/issues/73): The Minitest department works on file names end with `_test.rb` by default. ([@koic][])
* [#77](https://github.com/rubocop/rubocop-minitest/pull/77): **(BREAKING)** Drop support for Ruby 2.3. ([@koic][])
* [#77](https://github.com/rubocop/rubocop-minitest/pull/77): **(Compatibility)** Drop support for Ruby 2.3. ([@koic][])

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

0 comments on commit 9af477d

Please sign in to comment.