Skip to content

Commit

Permalink
Bump 0.5.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Feb 25, 2019
1 parent 1048abb commit 087cfd2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

## master

- Backport Rails 6.0 API changes. ([@palkan][])
## 0.5.0 (2019-02-24)

- Make compatible with Rails 6. ([@palkan][])

That allows using RSpec part of the gem with Rails 6
(since Action Cable testing will included only in the upcoming RSpec 4).

- Backport Rails 6.0 API changes. ([@palkan][], [@sponomarev][])

Some APIs have been deprecated (to be removed in 1.0).

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.4.0"
VERSION = "0.5.0"
end
end

0 comments on commit 087cfd2

Please sign in to comment.