From c51169acf3a1adedd27e9d94a255b0b3c0c55a83 Mon Sep 17 00:00:00 2001 From: Ryan Boland Date: Apr 17 2020 12:13:26 +0000 Subject: version bump 2.3.0 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 271fdc1..17bcbb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +- **2.3.0** + - [disable lto flag for darwin + nix](https://github.com/sass/sassc-ruby/pull/166) + - [Sort input file list](https://github.com/sass/sassc-ruby/pull/178) + - [Set appropriate encoding for source_map](https://github.com/sass/sassc-ruby/pull/152) + - [allow passing functions directly](https://github.com/sass/sassc-ruby/pull/162) + - [always dispose data context](https://github.com/sass/sassc-ruby/pull/161) + - [Update libsass to 3.6.3](https://github.com/sass/sassc-ruby/pull/164) + - [Restore strip symbols](https://github.com/sass/sassc-ruby/pull/184) + - [Default --march-tune-native to false](https://github.com/sass/sassc-ruby/pull/158) + - [Fix compile issue on Mac OS X](https://github.com/sass/sassc-ruby/pull/174) + - [Test on TruffleRuby in TravisCI](https://github.com/sass/sassc-ruby/pull/171) + - [Use RbConfig::MAKEFILE_CONFIG['DLEXT'] instead of hardcoding extensions](https://github.com/sass/sassc-ruby/pull/173) - **2.2.1** - [Fix LoadError on some non-rvm environments](https://github.com/sass/sassc-ruby/pull/156) - **2.2.0** diff --git a/lib/sassc/version.rb b/lib/sassc/version.rb index b57028b..e1c2ee2 100644 --- a/lib/sassc/version.rb +++ b/lib/sassc/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SassC - VERSION = "2.2.1" + VERSION = "2.3.0" end