Skip to content

Commit 3076d35

Browse files
committed
chore(python): Release 0.21.2
1 parent 7f5d030 commit 3076d35

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

bindings/python/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.
@@ -595,7 +597,8 @@
595597

596598
- Initial public release
597599

598-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.21.1...HEAD
600+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.21.2...HEAD
601+
[0.21.2]: https://github.com/Stranger6667/css-inline/compare/python-v0.21.1...python-v0.21.2
599602
[0.21.1]: https://github.com/Stranger6667/css-inline/compare/python-v0.21.0...python-v0.21.1
600603
[0.21.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.20.2...python-v0.21.0
601604
[0.20.2]: https://github.com/Stranger6667/css-inline/compare/python-v0.20.1...python-v0.20.2

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

0 commit comments

Comments
 (0)