diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a9d3f5eb..03b4f1282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ The format is based on project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## Release 0.14.2 - 2010-10-13 + +Progress: 2294 of 5577 tests passed in dart-sass compatiblilty mode. * Some improvements in list handling, formatting and introspection. * Change default precision to 10, matching dart-sass. @@ -20,6 +22,12 @@ project adheres to * Some internal refactor and cleanup. * Update spec to 2020-10-07. +Tested with rustc 1.47.0 (18bf6b4f0 2020-10-07), +1.44.1 (c7087fe00 2020-06-17), 1.42.0 (b8cedc004 2020-03-09), +1.40.0 (73528e339 2019-12-16), 1.38.0 (625451e37 2019-09-23), +1.48.0-beta.2 (212e76c31 2020-10-08), and +1.49.0-nightly (8dae8cdcc 2020-10-12) + ## Release 0.14.0 - 2020-10-03 diff --git a/Cargo.toml b/Cargo.toml index 1c34d0d41..e882d8f55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsass" -version = "0.14.1-PRE" +version = "0.14.2" authors = ["Rasmus Kaj "] categories = ["command-line-utilities", "web-programming"] keywords = ["scss", "sass", "css"] diff --git a/README.md b/README.md index 96fe1bcc8..5c781de10 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The sass language [is defined in its reference doc](http://sass-lang.com/documentation/file.SASS_REFERENCE.html). This implementation is incomplete but getting there, if slowly. -Progress: 2234 of 5510 tests passed in dart-sass compatiblilty mode. +Progress: 2294 of 5577 tests passed in dart-sass compatiblilty mode. If you want a working rust library for sass right now, you may be better of with [sass-rs](https://crates.io/crates/sass-rs) diff --git a/src/lib.rs b/src/lib.rs index 6c8bf7da9..aebe3ac17 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -25,7 +25,7 @@ //! doc](http://sass-lang.com/documentation/file.SASS_REFERENCE.html). //! This implementation is incomplete but getting there, if slowly. //! -//! Progress: 2234 of 5510 tests passed in dart-sass compatiblilty mode. +//! Progress: 2294 of 5577 tests passed in dart-sass compatiblilty mode. //! //! If you want a working rust library for sass right now, you may //! be better of with [sass-rs](https://crates.io/crates/sass-rs)