Skip to content

Commit b20c8b0

Browse files
committed
release 2.1.0
1 parent af654de commit b20c8b0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- **2.1.0**
2+
- Equivalent to 2.1.0.pre3
13
- **2.1.0.pre3**
24
- [extconf.rb: Always write VERSION if we have .git](https://github.com/sass/sassc-ruby/pull/131)
35
- [Update libsass to 3.6.1](https://github.com/sass/sassc-ruby/pull/130)

lib/sassc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SassC
4-
VERSION = "2.1.0.pre3"
4+
VERSION = "2.1.0"
55
end

0 commit comments

Comments
 (0)