Skip to content

Commit f4f4ba7

Browse files
committed
chore(python): Release 0.14.4
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent fb84612 commit f4f4ba7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: 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.4] - 2024-12-27
6+
57
### Added
68

79
- Support & build for PyOdide. [#411](https://github.com/Stranger6667/css-inline/pull/411)
@@ -432,7 +434,8 @@
432434

433435
- Initial public release
434436

435-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.3...HEAD
437+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.4...HEAD
438+
[0.14.4]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.3...python-v0.14.4
436439
[0.14.3]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.2...python-v0.14.3
437440
[0.14.2]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.1...python-v0.14.2
438441
[0.14.1]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.0...python-v0.14.1

Diff for: 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.3"
3+
version = "0.14.4"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.71.1"

0 commit comments

Comments
 (0)