We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d7e34 commit 95f47caCopy full SHA for 95f47ca
README.md
@@ -85,6 +85,9 @@ is maintained by [Ryan Boland](https://ryanboland.com) and [awesome contributors
85
86
## Changelog
87
88
+- **2.1.0**
89
+ - [JRuby support](https://github.com/sass/sassc-rails/pull/113)
90
+ - [SCSS / SASS scaffolding](https://github.com/sass/sassc-rails/pull/112)
91
- **2.0.0**
92
- [Drop support for Sprockets 2](https://github.com/sass/sassc-rails/pull/109)
93
- [Remove dependency on Ruby Sass](https://github.com/sass/sassc-rails/pull/109)
lib/sassc/rails/version.rb
@@ -2,6 +2,6 @@
2
3
module SassC
4
module Rails
5
- VERSION = "2.0.0"
+ VERSION = "2.1.0"
6
end
7
0 commit comments