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 bc66f2a commit 085bdaeCopy full SHA for 085bdae
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+- **2.0.1**
2
+ - [Relax FFI dependency](https://github.com/sass/sassc-ruby/pull/102)
3
- **2.0.0**
4
- [Remove dependency on Ruby Sass](https://github.com/sass/sassc-ruby/pull/85)
5
- [frozen_string_literal all files](https://github.com/sass/sassc-ruby/pull/85)
lib/sassc/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SassC
- VERSION = "2.0.0"
+ VERSION = "2.0.1"
end
0 commit comments