From ae1f2a10e8a4571a782a6c995af88bef881f30c2 Mon Sep 17 00:00:00 2001 From: Ryan Boland Date: Fri, 16 Dec 2016 10:36:54 -0500 Subject: [PATCH] bump version & update changelog --- README.md | 5 ++++- lib/sassc/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 827a053b..a604a1dc 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 -[3.3.6](https://github.com/sass/libsass/releases/tag/3.3.6) +[3.4.0](https://github.com/sass/libsass/releases/tag/3.4.0) ## Installation @@ -49,6 +49,9 @@ and [awesome contributors](https://github.com/bolandrm/sassc-ruby/graphs/contrib ## Changelog +- **1.11.0** + - [Add support for lists in functions](https://github.com/sass/sassc-ruby/pull/55) + - [Update to libsass 3.4.0](https://github.com/sass/sassc-ruby/pull/57) - **1.10.1** - [Add sourcemap getter](https://github.com/sass/sassc-ruby/pull/48) - **1.10.0** diff --git a/lib/sassc/version.rb b/lib/sassc/version.rb index c6c20df0..533c5f09 100644 --- a/lib/sassc/version.rb +++ b/lib/sassc/version.rb @@ -1,3 +1,3 @@ module SassC - VERSION = "1.10.1" + VERSION = "1.11.0" end