Skip to content

Commit 105d691

Browse files
committed
version bump 2.1.0.pre2
1 parent 219865d commit 105d691

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)
15
- **2.1.0.pre1**
26
- [Update Libsass to 3.6.0](https://github.com/sass/sassc-ruby/pull/96/files)
37
- [Support old Ruby versions](https://github.com/sass/sassc-ruby/pull/117/files)

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.pre1"
4+
VERSION = "2.1.0.pre2"
55
end

0 commit comments

Comments
 (0)