Skip to content

Commit 76b0c7b

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

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

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

434436
- Initial public release
435437

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

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)