Skip to content

Commit

Permalink
Cut 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Feb 18, 2020
1 parent fa279ce commit 8a3d181
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 0.6.1 (2020-02-18)

### Bug fixes

* [#52](https://github.com/rubocop-hq/rubocop-minitest/issues/52): Make `Minitest/RefuteFalse` cop aware of `assert(!test)`. ([@koic][])
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/minitest/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module RuboCop
module Minitest
VERSION = '0.6.0'
VERSION = '0.6.1'
end
end
6 changes: 6 additions & 0 deletions relnotes/v0.6.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
### Bug fixes

* [#52](https://github.com/rubocop-hq/rubocop-minitest/issues/52): Make `Minitest/RefuteFalse` cop aware of `assert(!test)`. ([@koic][])
* [#52](https://github.com/rubocop-hq/rubocop-minitest/issues/52): Fix a false negative for `Minitest/AssertIncludes` and `Minitest/RefuteIncludes` when an argument is enclosed in redundant parentheses. ([@koic][])

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

0 comments on commit 8a3d181

Please sign in to comment.