Skip to content

Commit abdf79a

Browse files
committed
update readme; bump version
1 parent 31787ad commit abdf79a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ and [awesome contributors](https://github.com/bolandrm/sassc-ruby/graphs/contrib
2525

2626
## Changelog
2727

28+
- **1.8.3**
29+
- [Passing empty string into engine does not raise error](https://github.com/sass/sassc-ruby/pull/31)
2830
- **1.8.2**
2931
- Update to Libsass 3.3.2
3032
- **1.8.1**

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

0 commit comments

Comments
 (0)