bump version to 0.10.8
This commit is contained in:
parent
a6eb1fb88a
commit
dd92ebf39b
@ -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`
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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 |
|
||||
|---------|---------|-------|
|
||||
|
Loading…
x
Reference in New Issue
Block a user