Skip to content

Commit 044f555

Browse files
committed
chore(python): Release 0.20.0
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 3ae971d commit 044f555

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.0] - 2026-02-07
6+
57
### Added
68

79
- `apply_width_attributes` and `apply_height_attributes` options to add dimension HTML attributes from CSS properties on supported elements (`table`, `td`, `th`, `img`). [#652](https://github.com/Stranger6667/css-inline/issues/652)
@@ -549,7 +551,8 @@
549551

550552
- Initial public release
551553

552-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.19.1...HEAD
554+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.20.0...HEAD
555+
[0.20.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.19.1...python-v0.20.0
553556
[0.19.1]: https://github.com/Stranger6667/css-inline/compare/python-v0.19.0...python-v0.19.1
554557
[0.19.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.18.0...python-v0.19.0
555558
[0.18.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.17.0...python-v0.18.0

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

0 commit comments

Comments
 (0)