From 2b647ffd49a0193818c9a5cbc31dd0dbebcb3a17 Mon Sep 17 00:00:00 2001 From: Connor Skees Date: Fri, 14 Aug 2020 15:55:07 -0400 Subject: [PATCH] bump version to 0.10.2 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"