File tree 2 files changed +13
-1
lines changed
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 )
1
13
- ** 2.2.1**
2
14
- [ Fix LoadError on some non-rvm environments] ( https://github.com/sass/sassc-ruby/pull/156 )
3
15
- ** 2.2.0**
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module SassC
4
- VERSION = "2.2.1 "
4
+ VERSION = "2.3.0 "
5
5
end
You can’t perform that action at this time.
0 commit comments