Skip to content

Commit

Permalink
[ci skip] Bump 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Dec 19, 2017
1 parent c362340 commit da049d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
# Change log

## (2017-12-19) ([@thesmartnik][])
## 0.2.0

- Update minitest's `assert_broadcast_on` and `assert_broadcasts` matchers to support a record as an argument.
- Update minitest's `assert_broadcast_on` and `assert_broadcasts` matchers to support a record as an argument. ([@thesmartnik][])

See https://github.com/palkan/action-cable-testing/issues/11

## (2017-11-27) ([@thesmartnik][])

- Update `have_broadcasted_to` matcher to support a record as an argument.
- Update `have_broadcasted_to` matcher to support a record as an argument. ([@thesmartnik][])

See https://github.com/palkan/action-cable-testing/issues/9

## 0.1.2 (2017-11-14) ([@palkan][])
## 0.1.2 (2017-11-14)

- Add RSpec shared contexts to switch between adapters.
- Add RSpec shared contexts to switch between adapters. ([@palkan][])

See https://github.com/palkan/action-cable-testing/issues/4.

Expand Down
2 changes: 1 addition & 1 deletion lib/action_cable/testing/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ActionCable
module Testing
VERSION = "0.1.2"
VERSION = "0.2.0"
end
end

0 comments on commit da049d9

Please sign in to comment.