Skip to content

Commit d3ed021

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

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

bindings/python/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [0.14.6] - 2024-12-27
6+
7+
### Fixed
8+
9+
- Packaging issue.
10+
511
## [0.14.5] - 2024-12-27
612

713
### Fixed
@@ -440,7 +446,8 @@
440446

441447
- Initial public release
442448

443-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.5...HEAD
449+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.6...HEAD
450+
[0.14.6]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.5...python-v0.14.6
444451
[0.14.5]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.4...python-v0.14.5
445452
[0.14.4]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.3...python-v0.14.4
446453
[0.14.3]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.2...python-v0.14.3

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

0 commit comments

Comments
 (0)