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 8829072 commit fa26d32Copy full SHA for fa26d32
README.md
@@ -48,6 +48,8 @@ This gem is maintained by [Ryan Boland](https://ryanboland.com)
48
and [awesome contributors](https://github.com/bolandrm/sassc-ruby/graphs/contributors).
49
50
## Changelog
51
+- **1.11.3**
52
+ - [Require Sass::Deprecation module](https://github.com/sass/sassc-ruby/pull/68)
53
- **1.11.2**
54
- [Update to libsass 3.4.3](https://github.com/sass/sassc-ruby/pull/65)
55
- **1.11.1**
lib/sassc/version.rb
@@ -1,3 +1,3 @@
1
module SassC
2
- VERSION = "1.11.2"
+ VERSION = "1.11.3"
3
end
0 commit comments