diff --git a/README.md b/README.md index 446f64ce..fa29f113 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This gem combines the speed of `libsass`, the [Sass C implementation](https://gi ### libsass Version -[3.4.3](https://github.com/sass/libsass/releases/tag/3.4.3) +[3.4.4](https://github.com/sass/libsass/releases/tag/3.4.4) ## Installation @@ -48,6 +48,8 @@ This gem is maintained by [Ryan Boland](https://ryanboland.com) and [awesome contributors](https://github.com/bolandrm/sassc-ruby/graphs/contributors). ## Changelog +- **master** + - [Update to libsass 3.4.4](https://github.com/sass/sassc-ruby/pull/66) - **1.11.2** - [Update to libsass 3.4.3](https://github.com/sass/sassc-ruby/pull/65) - **1.11.1** diff --git a/ext/libsass b/ext/libsass index b28de012..dba57b2c 160000 --- a/ext/libsass +++ b/ext/libsass @@ -1 +1 @@ -Subproject commit b28de01270a663b3e89427a18816732c4d573c1d +Subproject commit dba57b2ca9aaab5bd0d90a7cf8b5cf93b6b21604 diff --git a/test/native_test.rb b/test/native_test.rb index 4545b970..78aeb9db 100644 --- a/test/native_test.rb +++ b/test/native_test.rb @@ -9,7 +9,7 @@ module NativeTest class General < MiniTest::Test def test_it_reports_the_libsass_version - assert_equal "3.4.3", Native.version + assert_equal "3.4.4", Native.version end end