bump version to 0.10.2

This commit is contained in:
Connor Skees 2020-08-14 15:55:07 -04:00
parent c09e3dccd6
commit 2b647ffd49
2 changed files with 5 additions and 1 deletions

View File

@ -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**

View File

@ -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"