Skip to content

Commit 0455f80

Browse files
committed
Release 0.22.2
Released 2021-07-03. Progress: 4002 of 6180 tests passed in dart-sass compatibility mode. * Changed the `red(..)`, `green(..)`, and `blue(..)` functions to always return integers. Issue #114, thanks @Keats. * Changed the `blackness(..)` and `whiteness(..)` functions to return blackness/whiteness of the integer rgb approximations of the color rather than the exact color.
1 parent 4a436b3 commit 0455f80

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Diff for: CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,18 @@ The format is based on
77
project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10-
## Unreleased
10+
## Release 0.22.2
11+
12+
Released 2021-07-03.
13+
Progress: 4002 of 6180 tests passed in dart-sass compatibility mode.
1114

1215
* Changed the `red(..)`, `green(..)`, and `blue(..)` functions to
1316
always return integers. Issue #114, thanks @Keats.
1417
* Changed the `blackness(..)` and `whiteness(..)` functions to return
1518
blackness/whiteness of the integer rgb approximations of the color
1619
rather than the exact color.
1720

21+
1822
## Release 0.22.0 - 2021-06-20
1923

2024
Progress: 3992 of 6180 tests passed in dart-sass compatibility mode.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rsass"
3-
version = "0.22.1-PRE"
3+
version = "0.22.2"
44
authors = ["Rasmus Kaj <[email protected]>"]
55
categories = ["command-line-utilities", "web-programming"]
66
keywords = ["scss", "sass", "css"]

Diff for: src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
//! doc](http://sass-lang.com/documentation/file.SASS_REFERENCE.html).
2525
//! This implementation is incomplete but getting there, if slowly.
2626
//!
27-
//! Progress: 3992 of 6180 tests passed in dart-sass compatibility mode.
27+
//! Progress: 4002 of 6180 tests passed in dart-sass compatibility mode.
2828
//!
2929
//! If you want a working rust library for sass right now, you may
3030
//! be better of with [sass-rs](https://crates.io/crates/sass-rs)

0 commit comments

Comments
 (0)