Skip to content

Commit 2c2de26

Browse files
committed
chore(python): Release 0.14.1
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent ad5d5ad commit 2c2de26

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.1] - 2024-04-27
6+
57
### Fixed
68

79
- Precedence of element styles over other styles. [#364](https://github.com/Stranger6667/css-inline/issues/364)
@@ -405,7 +407,8 @@
405407

406408
- Initial public release
407409

408-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.0...HEAD
410+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.1...HEAD
411+
[0.14.1]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.0...python-v0.14.1
409412
[0.14.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.13.0...python-v0.14.0
410413
[0.13.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.12.0...python-v0.13.0
411414
[0.12.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.2...python-v0.12.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.0"
3+
version = "0.14.1"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.65"

0 commit comments

Comments
 (0)