Skip to content

Commit

Permalink
Bump version to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tricknotes committed Mar 29, 2015
1 parent 4f353fa commit c40aa83
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
@@ -1,15 +1,19 @@
## 0.17.0 (Mar 14, 2015)
## 0.18.0 (Mar 30, 2015)

- Extract `Ember::Handlebars::Template` to [ember-handlebars-template](https://github.com/tricknotes/ember-handlebars-template) gem.
- Support sprockets 3 beta

- Remove Handlebars dependency (It becomes an optional feature.)
## 0.17.0 (Mar 14, 2015)

- Remove Handlebars dependency (It becomes an optional feature.)

## 0.16.4 (Feb 17, 2015)

- Append all assets to sprockets path that bundled in ember-source & ember-data-source
- Append all assets to sprockets path that bundled in ember-source & ember-data-source

## 0.16.3 (Feb 13, 2015)

- Remove extra heading `/` from AMD module name
- Remove extra heading `/` from AMD module name

## 0.16.2 (Feb 11, 2015)

Expand Down
2 changes: 1 addition & 1 deletion lib/ember/rails/version.rb
@@ -1,5 +1,5 @@
module Ember
module Rails
VERSION = '0.17.0'
VERSION = '0.18.0'
end
end

0 comments on commit c40aa83

Please sign in to comment.