Skip to content

Commit 83b8a7b

Browse files
committed
chore(c): Release 0.21.2
1 parent 3076d35 commit 83b8a7b

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

bindings/c/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.
@@ -197,7 +199,8 @@
197199

198200
- Initial public release
199201

200-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/c-v0.21.1...HEAD
202+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/c-v0.21.2...HEAD
203+
[0.21.2]: https://github.com/Stranger6667/css-inline/compare/c-v0.21.1...c-v0.21.2
201204
[0.21.1]: https://github.com/Stranger6667/css-inline/compare/c-v0.21.0...c-v0.21.1
202205
[0.21.0]: https://github.com/Stranger6667/css-inline/compare/c-v0.20.2...c-v0.21.0
203206
[0.20.2]: https://github.com/Stranger6667/css-inline/compare/c-v0.20.1...c-v0.20.2

bindings/c/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-c"
3-
version = "0.21.1"
3+
version = "0.21.2"
44
authors = ["Dmitry Dygalo <dmitry@dygalo.dev>"]
55
edition = "2024"
66

0 commit comments

Comments
 (0)