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 219865d commit 105d691Copy full SHA for 105d691
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+- **2.1.0.pre2**
2
+ - [Reduce Ruby warnings](https://github.com/sass/sassc-ruby/pull/124)
3
+ - [prefer equal? to determine object identity](https://github.com/sass/sassc-ruby/pull/122)
4
+ - [Link C/C++ stdlib statically for binary gems](https://github.com/sass/sassc-ruby/pull/127)
5
- **2.1.0.pre1**
6
- [Update Libsass to 3.6.0](https://github.com/sass/sassc-ruby/pull/96/files)
7
- [Support old Ruby versions](https://github.com/sass/sassc-ruby/pull/117/files)
lib/sassc/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SassC
- VERSION = "2.1.0.pre1"
+ VERSION = "2.1.0.pre2"
end
0 commit comments