Skip to content

Commit

Permalink
Cut 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Feb 7, 2020
1 parent 2bd3cb0 commit ca4b2d8
Show file tree
Hide file tree
Showing 3 changed files with 8 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.0 (2020-02-07)

### New features

* [#49](https://github.com/rubocop-hq/rubocop-minitest/pull/49): New cops `AssertMatch` and `RefuteMatch` check for use of `assert_match`/`refute_match` instead of `assert(foo.match(bar))`/`refute(foo.match(bar))`. ([@fsateler][])
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.5.1'
VERSION = '0.6.0'
end
end
5 changes: 5 additions & 0 deletions relnotes/v0.6.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### New features

* [#49](https://github.com/rubocop-hq/rubocop-minitest/pull/49): New cops `AssertMatch` and `RefuteMatch` check for use of `assert_match`/`refute_match` instead of `assert(foo.match(bar))`/`refute(foo.match(bar))`. ([@fsateler][])

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

0 comments on commit ca4b2d8

Please sign in to comment.