Skip to content

Commit ad7c8da

Browse files
committed
chore(python): Release 0.20.2
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent fd9493b commit ad7c8da

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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.20.2] - 2026-04-02
6+
57
### Fixed
68

79
- `inline_fragment` silently returning only whitespace when the input starts with whitespace or contains structural HTML tags (`<html>`, `<head>`, `<body>`, `<style>`). [#692](https://github.com/Stranger6667/css-inline/issues/692) [#693](https://github.com/Stranger6667/css-inline/issues/693)
@@ -567,7 +569,8 @@
567569

568570
- Initial public release
569571

570-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.20.1...HEAD
572+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.20.2...HEAD
573+
[0.20.2]: https://github.com/Stranger6667/css-inline/compare/python-v0.20.1...python-v0.20.2
571574
[0.20.1]: https://github.com/Stranger6667/css-inline/compare/python-v0.20.0...python-v0.20.1
572575
[0.20.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.19.1...python-v0.20.0
573576
[0.19.1]: https://github.com/Stranger6667/css-inline/compare/python-v0.19.0...python-v0.19.1

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

0 commit comments

Comments
 (0)