Skip to content

Commit 7fdc861

Browse files
committed
version bump
1 parent fdd9eb8 commit 7fdc861

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.7.0**
29+
- [Support Precision](https://github.com/sass/sassc-ruby/pull/19)
2830
- **1.6.0**
2931
- [Support Sass Color types](https://github.com/bolandrm/sassc-ruby/pull/14)
3032
- [Support quoted strings](https://github.com/bolandrm/sassc-ruby/pull/13)

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

0 commit comments

Comments
 (0)