Skip to content

Commit debabfc

Browse files
author
Rafael Mendonça França
committed
Release 4.0.1
1 parent 4c58b43 commit debabfc

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# CHANGELOG
22

3-
## 4.0.0 (Unreleased)
3+
## 4.0.1 (Oct 15, 2013)
4+
5+
* Remove Post Processors from asset evaluation.
6+
7+
## 4.0.0 (Jun 25, 2013)
48

59
* Add support for importing ERB files.
610
* Remove `Sass::Rails::Compressor`. Use `Sprockets::SassCompressor` (`:sass` option) instead.

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ source "https://rubygems.org"
44
gemspec
55

66
# Track Rails master
7-
gem "rails", github: 'rails/rails', branch: 'master'
7+
gem "rails"
88

99
gem "sqlite3"

lib/sass/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Sass
22
module Rails
3-
VERSION = "4.0.0"
3+
VERSION = "4.0.1"
44
end
55
end

0 commit comments

Comments
 (0)