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 # 0.10.7
- special case plain CSS fn `clamp` - special case plain CSS fn `clamp`

View File

@ -1,6 +1,6 @@
[package] [package]
name = "grass" name = "grass"
version = "0.10.7" version = "0.10.8"
description = "A near-feature-complete Sass compiler written purely in Rust" description = "A near-feature-complete Sass compiler written purely in Rust"
readme = "README.md" readme = "README.md"
license = "MIT" 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. These numbers come from a default run of the Sass specification as shown above.
``` ```
2021-08-15 2021-09-20
PASSING: 4205 PASSING: 4205
FAILING: 2051 FAILING: 2051
TOTAL: 6256 TOTAL: 6256

View File

@ -1,7 +1,7 @@
/*! # grass /*! # grass
An implementation of Sass in pure rust. 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 | | Passing | Failing | Total |
|---------|---------|-------| |---------|---------|-------|