bump version to 0.10.2
This commit is contained in:
parent
c09e3dccd6
commit
2b647ffd49
@ -1,3 +1,7 @@
|
|||||||
|
# 0.10.2
|
||||||
|
|
||||||
|
- use `std::fs::OpenOptions` to open files ([#35](https://github.com/connorskees/grass/pull/35) by [@MidasLamb](https://github.com/MidasLamb))
|
||||||
|
|
||||||
# 0.10.1
|
# 0.10.1
|
||||||
|
|
||||||
- **implement `@use` and the module system**
|
- **implement `@use` and the module system**
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "grass"
|
name = "grass"
|
||||||
version = "0.10.1"
|
version = "0.10.2"
|
||||||
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user