Skip to content

Commit acddd51

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

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.14.7] - 2025-06-16
6+
57
### Performance
68

79
- Slightly improve performance of HTML serialization.
@@ -455,7 +457,8 @@
455457

456458
- Initial public release
457459

458-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.6...HEAD
460+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.7...HEAD
461+
[0.14.7]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.6...python-v0.14.7
459462
[0.14.6]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.5...python-v0.14.6
460463
[0.14.5]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.4...python-v0.14.5
461464
[0.14.4]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.3...python-v0.14.4

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.14.6"
3+
version = "0.14.7"
44
authors = ["Dmitry Dygalo <dmitry@dygalo.dev>"]
55
edition = "2021"
66
rust-version = "1.71.1"

0 commit comments

Comments
 (0)