diff --git a/CHANGELOG.md b/CHANGELOG.md index ed16921..a353639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 - **implement `@use` and the module system** diff --git a/Cargo.toml b/Cargo.toml index 01dad9e..7046ee3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grass" -version = "0.10.1" +version = "0.10.2" description = "A near-feature-complete Sass compiler written purely in Rust" readme = "README.md" license = "MIT"