From 2adab27afdea209ebe044a8b996f7e799df60f56 Mon Sep 17 00:00:00 2001 From: Ryan Boland Date: Jun 02 2020 13:09:54 +0000 Subject: version bump --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e7feb9..7a67984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +- **2.4.0** + - [Update libsass to 3.6.4](https://github.com/sass/sassc-ruby/pull/199) + - [Use FFI::MemoryPointer instead of libc's malloc()](https://github.com/sass/sassc-ruby/pull/205) + - [Test against Ruby 2.7.0](https://github.com/sass/sassc-ruby/pull/193) + - **2.3.0** - [Fix rake gem:native task](https://github.com/sass/sassc-ruby/pull/196) - [disable lto flag for darwin + nix](https://github.com/sass/sassc-ruby/pull/166) diff --git a/lib/sassc/version.rb b/lib/sassc/version.rb index e1c2ee2..a5a8a20 100644 --- a/lib/sassc/version.rb +++ b/lib/sassc/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SassC - VERSION = "2.3.0" + VERSION = "2.4.0" end