Skip to content

Commit 90ce13e

Browse files
authored
Merge pull request #45 from sass/rmb/update_libsass_3_3_6
Rmb/update libsass 3 3 6
2 parents 73397b6 + f857cde commit 90ce13e

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This gem combines the speed of `libsass`, the [Sass C implementation](https://gi
66

77
### libsass Version
88

9-
[3.3.4](https://github.com/sass/libsass/releases/tag/3.3.4)
9+
[3.3.6](https://github.com/sass/libsass/releases/tag/3.3.6)
1010

1111
## Installation
1212

@@ -49,6 +49,9 @@ and [awesome contributors](https://github.com/bolandrm/sassc-ruby/graphs/contrib
4949

5050
## Changelog
5151

52+
- **1.10.0**
53+
- [Improved error messages](https://github.com/sass/sassc-ruby/pull/34)
54+
- Update to Libsass 3.3.6
5255
- **1.9.0**
5356
- Support boolean script support
5457
- **1.8.5**

lib/sassc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SassC
2-
VERSION = "1.9.0"
2+
VERSION = "1.10.0"
33
end

test/native_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module NativeTest
99

1010
class General < MiniTest::Test
1111
def test_it_reports_the_libsass_version
12-
assert_equal "3.3.4", Native.version
12+
assert_equal "3.3.6", Native.version
1313
end
1414
end
1515

0 commit comments

Comments
 (0)