bump version to 0.6.0

This commit is contained in:
ConnorSkees 2020-04-12 22:18:02 -04:00
parent 502528c914
commit f0895db939
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "grass" name = "grass"
version = "0.5.0" version = "0.6.0"
description = "SASS compiler" description = "SASS compiler"
readme = "README.md" readme = "README.md"
license = "MIT" license = "MIT"

View File

@ -3,11 +3,11 @@
//! //!
//! All functionality is currently exposed through [`StyleSheet`]. //! All functionality is currently exposed through [`StyleSheet`].
//! //!
//! Spec progress as of 2020-04-01: //! Spec progress as of 2020-04-12:
//! //!
//! | Passing | Failing | Total | //! | Passing | Failing | Total |
//! |---------|---------|-------| //! |---------|---------|-------|
//! | 1711 | 3382 | 5093 | //! | 2023 | 3070 | 5093 |
//! //!
//! ## Use as library //! ## Use as library
//! ``` //! ```