Skip to content

Commit e6b59a1

Browse files
committed
Merge pull request #23 from sass/libsass_3_3_0_stable
Libsass 3 3 0 stable
2 parents d7ebae0 + 55a2e77 commit e6b59a1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 3 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.0-beta3](https://github.com/sass/libsass/releases/tag/3.3.0-beta3)
9+
[3.3.0](https://github.com/sass/libsass/releases/tag/3.3.0)
1010

1111
## Usage
1212

@@ -25,6 +25,8 @@ and [awesome contributors](https://github.com/bolandrm/sassc-ruby/graphs/contrib
2525

2626
## Changelog
2727

28+
- **1.8.0**
29+
- Update to Libsass 3.3.0
2830
- **1.8.0.pre2**
2931
- Fix bug with looking up gem_path
3032
- **1.8.0.pre1**

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.0-beta3", Native.version
12+
assert_equal "3.3.0", Native.version
1313
end
1414
end
1515

0 commit comments

Comments
 (0)