This repository was archived by the owner on Oct 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ - ** 2.3.0**
2+ - [ disable lto flag for darwin + nix] ( https://github.com/sass/sassc-ruby/pull/166 )
3+ - [ Sort input file list] ( https://github.com/sass/sassc-ruby/pull/178 )
4+ - [ Set appropriate encoding for source_map] ( https://github.com/sass/sassc-ruby/pull/152 )
5+ - [ allow passing functions directly] ( https://github.com/sass/sassc-ruby/pull/162 )
6+ - [ always dispose data context] ( https://github.com/sass/sassc-ruby/pull/161 )
7+ - [ Update libsass to 3.6.3] ( https://github.com/sass/sassc-ruby/pull/164 )
8+ - [ Restore strip symbols] ( https://github.com/sass/sassc-ruby/pull/184 )
9+ - [ Default --march-tune-native to false] ( https://github.com/sass/sassc-ruby/pull/158 )
10+ - [ Fix compile issue on Mac OS X] ( https://github.com/sass/sassc-ruby/pull/174 )
11+ - [ Test on TruffleRuby in TravisCI] ( https://github.com/sass/sassc-ruby/pull/171 )
12+ - [ Use RbConfig::MAKEFILE_CONFIG[ 'DLEXT'] instead of hardcoding extensions] ( https://github.com/sass/sassc-ruby/pull/173 )
113- ** 2.2.1**
214 - [ Fix LoadError on some non-rvm environments] ( https://github.com/sass/sassc-ruby/pull/156 )
315- ** 2.2.0**
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module SassC
4- VERSION = "2.2.1 "
4+ VERSION = "2.3.0 "
55end
You can’t perform that action at this time.
0 commit comments