Skip to content

Commit

Permalink
version bump 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bolandrm committed Apr 17, 2020
1 parent 1bc1c54 commit c51169a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions 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**
Expand Down
2 changes: 1 addition & 1 deletion lib/sassc/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SassC
VERSION = "2.2.1"
VERSION = "2.3.0"
end

0 comments on commit c51169a

Please sign in to comment.