Skip to content

Commit

Permalink
update readme and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bolandrm committed May 23, 2019
1 parent 664e278 commit 266c904
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- **2.1.0.pre1**
- [Update Libsass to 3.6.0](https://github.com/sass/sassc-ruby/pull/96/files)
- [Support old Ruby versions](https://github.com/sass/sassc-ruby/pull/117/files)
- **2.0.1**
- [Relax FFI dependency](https://github.com/sass/sassc-ruby/pull/102)
- **2.0.0**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This gem combines the speed of `libsass`, the [Sass C implementation](https://gi

### libsass Version

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

## Installation

Expand Down
2 changes: 1 addition & 1 deletion lib/sassc/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SassC
VERSION = "2.0.1"
VERSION = "2.1.0.pre1"
end

0 comments on commit 266c904

Please sign in to comment.