bump version to 0.10.8

This commit is contained in:
Connor Skees 2021-09-20 21:32:51 -04:00
parent a6eb1fb88a
commit dd92ebf39b
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
# 0.10.8
- bugfix: properly emit the number `0` in compressed mode (#53)
# 0.10.7
- special case plain CSS fn `clamp`

View File

@ -1,6 +1,6 @@
[package]
name = "grass"
version = "0.10.7"
version = "0.10.8"
description = "A near-feature-complete Sass compiler written purely in Rust"
readme = "README.md"
license = "MIT"

View File

@ -98,7 +98,7 @@ npm run sass-spec -- --command '../target/release/grass'
These numbers come from a default run of the Sass specification as shown above.
```
2021-08-15
2021-09-20
PASSING: 4205
FAILING: 2051
TOTAL: 6256

View File

@ -1,7 +1,7 @@
/*! # grass
An implementation of Sass in pure rust.
Spec progress as of 0.10.7, released on 2021-08-15:
Spec progress as of 0.10.8, released on 2021-09-20:
| Passing | Failing | Total |
|---------|---------|-------|