We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.5.6
1 parent 753c4a6 commit 1f1962bCopy full SHA for 1f1962b
CHANGELOG.md
@@ -1,9 +1,14 @@
1
master
2
------
3
4
+0.5.6
5
+-----
6
+
7
+* Fallback to `before_filter` for Rails 3.2. [#306]
8
* No longer depend on `tee` executable. Use `Kernel#{spawn,system}` with
9
redirection options. [#299]
10
11
+[#306]: https://github.com/thoughtbot/ember-cli-rails/pull/306
12
[#299]: https://github.com/thoughtbot/ember-cli-rails/pull/299
13
14
0.5.5
lib/ember_cli/version.rb
@@ -1,3 +1,3 @@
module EmberCli
- VERSION = "0.5.5".freeze
+ VERSION = "0.5.6".freeze
end
0 commit comments