Skip to content

Commit 7f5d030

Browse files
committed
chore(rust): Release 0.21.2
1 parent 4128fd6 commit 7f5d030

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.21.2] - 2026-08-24
6+
57
### Fixed
68

79
- `file://` stylesheet URLs not percent-decoded and broken on Windows drive letters.
@@ -558,7 +560,8 @@
558560

559561
- Initial public release
560562

561-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.21.1...HEAD
563+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.21.2...HEAD
564+
[0.21.2]: https://github.com/Stranger6667/css-inline/compare/rust-v0.21.1...rust-v0.21.2
562565
[0.21.1]: https://github.com/Stranger6667/css-inline/compare/rust-v0.21.0...rust-v0.21.1
563566
[0.21.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.20.2...rust-v0.21.0
564567
[0.20.2]: https://github.com/Stranger6667/css-inline/compare/rust-v0.20.1...rust-v0.20.2

css-inline/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-inline"
3-
version = "0.21.1"
3+
version = "0.21.2"
44
authors = ["Dmitry Dygalo <dmitry@dygalo.dev>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)