diff --git a/CHANGELOG.md b/CHANGELOG.md index 2204e0b..a03706d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -# 0.10.0 +# 0.9.4 - implement `@keyframes` +- don't strip newlines following comments in selectors # 0.9.3 diff --git a/Cargo.toml b/Cargo.toml index ca7dbdb..80fe9d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grass" -version = "0.9.3" +version = "0.9.4" description = "A near-feature-complete Sass compiler written purely in Rust" readme = "README.md" license = "MIT"