Skip to content

Commit 085bdae

Browse files
committed
bump 2.0.1
1 parent bc66f2a commit 085bdae

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- **2.0.1**
2+
- [Relax FFI dependency](https://github.com/sass/sassc-ruby/pull/102)
13
- **2.0.0**
24
- [Remove dependency on Ruby Sass](https://github.com/sass/sassc-ruby/pull/85)
35
- [frozen_string_literal all files](https://github.com/sass/sassc-ruby/pull/85)

lib/sassc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SassC
4-
VERSION = "2.0.0"
4+
VERSION = "2.0.1"
55
end

0 commit comments

Comments
 (0)