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 3e5faf2 commit da758b1Copy full SHA for da758b1
README.md
@@ -49,7 +49,8 @@ and [awesome contributors](https://github.com/bolandrm/sassc-ruby/graphs/contrib
49
50
## Changelog
51
- **1.12.0**
52
- - Update Libsass to 3.5.4
+ - [Update Libsass to 3.5.4](https://github.com/sass/sassc-ruby/pull/78)
53
+ - [bundler is a development dependency](https://github.com/sass/sassc-ruby/pull/51)
54
- **1.11.4**
55
- Fix `Value::List` related issue with sass 3.5.0
56
- **1.11.3**
lib/sassc/version.rb
@@ -1,3 +1,3 @@
1
module SassC
2
- VERSION = "1.11.4"
+ VERSION = "1.12.0"
3
end
0 commit comments