Skip to content

Commit c51169a

Browse files
committed
version bump 2.3.0
1 parent 1bc1c54 commit c51169a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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**

lib/sassc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SassC
4-
VERSION = "2.2.1"
4+
VERSION = "2.3.0"
55
end

0 commit comments

Comments
 (0)