Skip to content

Commit b7a9cfc

Browse files
committed
chore(python): Release 0.21.0
1 parent 2362791 commit b7a9cfc

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.0] - 2026-06-16
6+
57
### Removed
68

79
- Support for Python 3.9.
@@ -583,7 +585,8 @@
583585

584586
- Initial public release
585587

586-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.20.2...HEAD
588+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.21.0...HEAD
589+
[0.21.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.20.2...python-v0.21.0
587590
[0.20.2]: https://github.com/Stranger6667/css-inline/compare/python-v0.20.1...python-v0.20.2
588591
[0.20.1]: https://github.com/Stranger6667/css-inline/compare/python-v0.20.0...python-v0.20.1
589592
[0.20.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.19.1...python-v0.20.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.20.2"
3+
version = "0.21.0"
44
authors = ["Dmitry Dygalo <dmitry@dygalo.dev>"]
55
edition = "2024"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)