Skip to content

Commit

Permalink
Relase 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Feb 9, 2021
1 parent a2036df commit cb6a1ff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.6.0 (2021-02-09)

* Improves compatibility with libsass 3.6
* Adds compatibility with Crystal 0.36.0
* Deprecates `Sass::VERSION` constant

## 0.5.0 (2019-04-13)

* Adds CI on circle-ci.
Expand Down
6 changes: 3 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sass
version: 0.5.0
crystal: 0.28.0
version: 0.6.0
crystal: ">= 0.28.0"

authors:
- Johannes Müller <[email protected]>
Expand All @@ -10,7 +10,7 @@ description: |
license: MIT
homepage: https://straight-shoota.github.io/sass.cr/
documentation: https://straight-shoota.github.io/sass.cr/api/0.5.0/
documentation: https://straight-shoota.github.io/sass.cr/api/latest/

libraries:
libsass: "*"
2 changes: 1 addition & 1 deletion src/sass.cr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class Sass
@[Deprecated]
VERSION = "0.5.0"
VERSION = "0.6.0"

alias OutputStyle = LibSass::SassOutputStyle

Expand Down

0 comments on commit cb6a1ff

Please sign in to comment.