Skip to content

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Mendonça França committed Oct 15, 2013
1 parent 4c58b43 commit debabfc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# CHANGELOG

## 4.0.0 (Unreleased)
## 4.0.1 (Oct 15, 2013)

* Remove Post Processors from asset evaluation.

## 4.0.0 (Jun 25, 2013)

* Add support for importing ERB files.
* Remove `Sass::Rails::Compressor`. Use `Sprockets::SassCompressor` (`:sass` option) instead.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ source "https://rubygems.org"
gemspec

# Track Rails master
gem "rails", github: 'rails/rails', branch: 'master'
gem "rails"

gem "sqlite3"
2 changes: 1 addition & 1 deletion lib/sass/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sass
module Rails
VERSION = "4.0.0"
VERSION = "4.0.1"
end
end
Loading

0 comments on commit debabfc

Please sign in to comment.