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 efe7a96 commit b76761dCopy full SHA for b76761d
README.md
@@ -87,6 +87,9 @@ is maintained by [Ryan Boland](https://ryanboland.com) and [awesome contributors
87
88
## Changelog
89
90
+- **1.3.0**
91
+ - [Silence Sprockets deprecation warnings](https://github.com/sass/sassc-rails/pull/76)
92
+ - [Sprockets 4 compatibility](https://github.com/sass/sassc-rails/pull/65)
93
- **1.2.1**
94
- Bump SassC (and thus LibSass) version
95
- **1.2.0**
lib/sassc/rails/version.rb
@@ -1,5 +1,5 @@
1
module SassC
2
module Rails
3
- VERSION = "1.2.1"
+ VERSION = "1.3.0"
4
end
5
0 commit comments