Skip to content

Commit 1a0737b

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

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Diff for: 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.5] - 2024-12-27
6+
7+
### Fixed
8+
9+
- Packaging issue.
10+
511
## [0.14.4] - 2024-12-27
612

713
### Added
@@ -434,7 +440,8 @@
434440

435441
- Initial public release
436442

437-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.4...HEAD
443+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.5...HEAD
444+
[0.14.5]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.4...python-v0.14.5
438445
[0.14.4]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.3...python-v0.14.4
439446
[0.14.3]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.2...python-v0.14.3
440447
[0.14.2]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.1...python-v0.14.2

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

0 commit comments

Comments
 (0)