From f0895db9390ad5582f77e881d3fa8fa725e6d7e9 Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Sun, 12 Apr 2020 22:18:02 -0400 Subject: [PATCH] bump version to 0.6.0 --- Cargo.toml | 2 +- src/lib.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d1a2cbc..2f4cda6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grass" -version = "0.5.0" +version = "0.6.0" description = "SASS compiler" readme = "README.md" license = "MIT" diff --git a/src/lib.rs b/src/lib.rs index cbae5c7..3fdcdd6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,11 +3,11 @@ //! //! All functionality is currently exposed through [`StyleSheet`]. //! -//! Spec progress as of 2020-04-01: +//! Spec progress as of 2020-04-12: //! //! | Passing | Failing | Total | //! |---------|---------|-------| -//! | 1711 | 3382 | 5093 | +//! | 2023 | 3070 | 5093 | //! //! ## Use as library //! ```