Skip to content

Commit af654de

Browse files
committed
bump to 2.1.0.pre3
1 parent 920f36e commit af654de

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- **2.1.0.pre3**
2+
- [extconf.rb: Always write VERSION if we have .git](https://github.com/sass/sassc-ruby/pull/131)
3+
- [Update libsass to 3.6.1](https://github.com/sass/sassc-ruby/pull/130)
14
- **2.1.0.pre2**
25
- [Reduce Ruby warnings](https://github.com/sass/sassc-ruby/pull/124)
36
- [prefer equal? to determine object identity](https://github.com/sass/sassc-ruby/pull/122)

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ task 'gem:native' do
4343
"RUBY_CC_VERSION=2.6.0 CLEAN=1"
4444
end
4545

46-
CLEAN.include 'tmp', 'pkg', 'lib/sassc/libsass.so', 'ext/libsass/VERSION',
46+
CLEAN.include 'tmp', 'pkg', 'lib/sassc/libsass.{so,bundle}', 'ext/libsass/VERSION',
4747
'ext/*.{o,so,bundle}', 'ext/Makefile'
4848

4949
desc "Run all tests"

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.1.0.pre2"
4+
VERSION = "2.1.0.pre3"
55
end

0 commit comments

Comments
 (0)