Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
A default run of sass-spec found 1053 of 3299 tests passing (or 1111
of 6054 when claiming to be libsass). Changes since version 0.3.0
includes:

* Clean up nom error creation, to be compatible with both default and
  verbose-errors nom.
* Implement some more quote strangenes.
* Minor internal cleanup
  • Loading branch information
kaj committed May 6, 2017
1 parent 8d583b1 commit 7697c0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rsass"
version = "0.3.1"
version = "0.3.2"
authors = ["Rasmus Kaj <[email protected]>"]
categories = ["command-line-utilities", "web-programming"]
keywords = ["scss", "sass", "css"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ 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: ![1039](http://progressed.io/bar/103?scale=329&suffix=9)
Progress: ![1053](http://progressed.io/bar/105?scale=329&suffix=3)
of 3299 tests passed
(or 1097 of 6054 when claiming to be libsass).
(or 1111 of 6054 when claiming to be libsass).

If you want a working rust library for sass right now, you will
probably be better of with [sass-rs](https://crates.io/crates/sass-rs)
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
//! doc](http://sass-lang.com/documentation/file.SASS_REFERENCE.html).
//! This implementation is incomplete but getting there, if slowly.
//!
//! Progress: ![1039](http://progressed.io/bar/103?scale=329&suffix=9)
//! Progress: ![1053](http://progressed.io/bar/105?scale=329&suffix=3)
//! of 3299 tests passed
//! (or 1097 of 6054 when claiming to be libsass).
//! (or 1111 of 6054 when claiming to be libsass).
//!
//! If you want a working rust library for sass right now, you will
//! probably be better of with [sass-rs](https://crates.io/crates/sass-rs)
Expand Down

0 comments on commit 7697c0b

Please sign in to comment.