Skip to content

Commit

Permalink
Cut 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Mar 23, 2020
1 parent 4b3362d commit 403ae6f
Show file tree
Hide file tree
Showing 3 changed files with 15 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.8.0 (2020-03-24)

### New features

* [#66](https:/rubocop-hq/rubocop-minitest/issues/66): Support all expectations of `Minitest::Expectations` for `Minitest/GlobalExpectations` cop. ([@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.7.0'
VERSION = '0.8.0'
end
end
12 changes: 12 additions & 0 deletions relnotes/v0.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### New features

* [#66](https:/rubocop-hq/rubocop-minitest/issues/66): Support all expectations of `Minitest::Expectations` for `Minitest/GlobalExpectations` cop. ([@koic][])

### Bug fixes

* [#60](https:/rubocop-hq/rubocop-minitest/issues/60): Fix `Minitest/GlobalExpectations` autocorrection for chained methods. ([@tejasbubane][])
* [#69](https:/rubocop-hq/rubocop-minitest/pull/69): Fix a false negative for `Minitest/GlobalExpectations` cop when using a variable or a hash index for receiver. ([@koic][])
* [#71](https:/rubocop-hq/rubocop-minitest/pull/71): Fix a false negative for `Minitest/AssertEqual` when an argument is enclosed in redundant parentheses. ([@koic][])

[@koic]: https:/koic
[@tejasbubane]: https:/tejasbubane

0 comments on commit 403ae6f

Please sign in to comment.