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 7536ca7 commit 9d11f33Copy full SHA for 9d11f33
README.md
@@ -25,6 +25,8 @@ and [awesome contributors](https://github.com/bolandrm/sassc-ruby/graphs/contrib
25
26
## Changelog
27
28
+- **1.7.1**
29
+ - Some updates to `Engine` API.
30
- **1.7.0**
31
- [Support Precision](https://github.com/sass/sassc-ruby/pull/19)
32
- **1.6.0**
lib/sassc/version.rb
@@ -1,3 +1,3 @@
1
module SassC
2
- VERSION = "1.7.0"
+ VERSION = "1.7.1"
3
end
0 commit comments