We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368186c commit dd27738Copy full SHA for dd27738
README.md
@@ -87,6 +87,9 @@ is maintained by [Ryan Boland](https://ryanboland.com) and [awesome contributors
87
88
## Changelog
89
90
+- **1.2.0**
91
+ - [Support sprockets-rails 3](https://github.com/sass/sassc-rails/pull/41)
92
+ - [Only depend on Railties instead of full Rails](https://github.com/sass/sassc-rails/pull/52)
93
- **1.1.0**
94
- Moved under the official sass organization!
95
- [Source line comments](https://github.com/sass/sassc-rails/pull/24) (`app.config.sass.line_comments`)
lib/sassc/rails/version.rb
@@ -1,5 +1,5 @@
1
module SassC
2
module Rails
3
- VERSION = "1.1.0"
+ VERSION = "1.2.0"
4
end
5
0 commit comments