From 266c904186545e36e6e3788985c5730306b927d3 Mon Sep 17 00:00:00 2001 From: Ryan Boland Date: Thu, 23 May 2019 08:50:40 -0400 Subject: [PATCH] update readme and version bump --- CHANGELOG.md | 3 +++ README.md | 2 +- lib/sassc/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a316882b..3d3ec3d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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** diff --git a/README.md b/README.md index 5830be1e..b02ca22b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lib/sassc/version.rb b/lib/sassc/version.rb index 30604069..c5906c54 100644 --- a/lib/sassc/version.rb +++ b/lib/sassc/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SassC - VERSION = "2.0.1" + VERSION = "2.1.0.pre1" end