Skip to content

Commit 266c904

Browse files
committed
update readme and version bump
1 parent 664e278 commit 266c904

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- **2.1.0.pre1**
2+
- [Update Libsass to 3.6.0](https://github.com/sass/sassc-ruby/pull/96/files)
3+
- [Support old Ruby versions](https://github.com/sass/sassc-ruby/pull/117/files)
14
- **2.0.1**
25
- [Relax FFI dependency](https://github.com/sass/sassc-ruby/pull/102)
36
- **2.0.0**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This gem combines the speed of `libsass`, the [Sass C implementation](https://gi
66

77
### libsass Version
88

9-
[d225a09a](https://github.com/sass/libsass/commit/d225a09a152050d569c077f97bb944c8dc819d6f)
9+
[3.6.0](https://github.com/sass/libsass/releases/3.6.0)
1010

1111
## Installation
1212

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

0 commit comments

Comments
 (0)