Skip to content

Commit 95b45d3

Browse files
committed
chore(python): Release 0.14.2
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent dd2b27f commit 95b45d3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

bindings/python/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.14.2] - 2024-11-11
6+
57
### Changed
68

79
- Update `PyO3` to `0.22.0`.
@@ -416,7 +418,8 @@
416418

417419
- Initial public release
418420

419-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.1...HEAD
421+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.2...HEAD
422+
[0.14.2]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.1...python-v0.14.2
420423
[0.14.1]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.0...python-v0.14.1
421424
[0.14.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.13.0...python-v0.14.0
422425
[0.13.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.12.0...python-v0.13.0

bindings/python/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-inline-python"
3-
version = "0.14.1"
3+
version = "0.14.2"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.70"

0 commit comments

Comments
 (0)