Skip to content

Commit 1f1962b

Browse files
committed
Release 0.5.6
1 parent 753c4a6 commit 1f1962b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
master
22
------
33

4+
0.5.6
5+
-----
6+
7+
* Fallback to `before_filter` for Rails 3.2. [#306]
48
* No longer depend on `tee` executable. Use `Kernel#{spawn,system}` with
59
redirection options. [#299]
610

11+
[#306]: https://github.com/thoughtbot/ember-cli-rails/pull/306
712
[#299]: https://github.com/thoughtbot/ember-cli-rails/pull/299
813

914
0.5.5

lib/ember_cli/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module EmberCli
2-
VERSION = "0.5.5".freeze
2+
VERSION = "0.5.6".freeze
33
end

0 commit comments

Comments
 (0)