From 93ad5caa39e1617ed7bc6803c4326d2c02e8e01c Mon Sep 17 00:00:00 2001 From: Connor Skees Date: Sun, 3 Apr 2022 19:36:32 -0400 Subject: [PATCH] bump version to 0.11.0 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e6e65c1..8db343d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grass" -version = "0.10.8" +version = "0.11.0" description = "A near-feature-complete Sass compiler written purely in Rust" readme = "README.md" license = "MIT" diff --git a/src/lib.rs b/src/lib.rs index 199394b..93e47de 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,7 @@ /*! # grass An implementation of Sass in pure rust. -Spec progress as of 0.10.8, released on 2021-09-20: +Spec progress as of 0.11.0, released on 2022-04-03: | Passing | Failing | Total | |---------|---------|-------|