Skip to content

Commit 8a12747

Browse files
committed
chore(python): Release 0.14.3
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 3f5400b commit 8a12747

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.3] - 2024-11-14
6+
57
### Fixed
68

79
- Prioritize `!important` rules when computing element styles. [#398](https://github.com/Stranger6667/css-inline/pull/398)
@@ -422,7 +424,8 @@
422424

423425
- Initial public release
424426

425-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.2...HEAD
427+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.3...HEAD
428+
[0.14.3]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.2...python-v0.14.3
426429
[0.14.2]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.1...python-v0.14.2
427430
[0.14.1]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.0...python-v0.14.1
428431
[0.14.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.13.0...python-v0.14.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.2"
3+
version = "0.14.3"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.70"

0 commit comments

Comments
 (0)