Skip to content

Commit ae1f2a1

Browse files
committed
bump version & update changelog
1 parent c63ce42 commit ae1f2a1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.6](https://github.com/sass/libsass/releases/tag/3.3.6)
9+
[3.4.0](https://github.com/sass/libsass/releases/tag/3.4.0)
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.11.0**
53+
- [Add support for lists in functions](https://github.com/sass/sassc-ruby/pull/55)
54+
- [Update to libsass 3.4.0](https://github.com/sass/sassc-ruby/pull/57)
5255
- **1.10.1**
5356
- [Add sourcemap getter](https://github.com/sass/sassc-ruby/pull/48)
5457
- **1.10.0**

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.10.1"
2+
VERSION = "1.11.0"
33
end

0 commit comments

Comments
 (0)