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 af654de commit b20c8b0Copy full SHA for b20c8b0
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+- **2.1.0**
2
+ - Equivalent to 2.1.0.pre3
3
- **2.1.0.pre3**
4
- [extconf.rb: Always write VERSION if we have .git](https://github.com/sass/sassc-ruby/pull/131)
5
- [Update libsass to 3.6.1](https://github.com/sass/sassc-ruby/pull/130)
lib/sassc/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SassC
- VERSION = "2.1.0.pre3"
+ VERSION = "2.1.0"
end
0 commit comments