Skip to content

Commit 2c972df

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

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.0] - 2024-04-01
6+
57
### Added
68

79
- External stylesheet caching. [#314](https://github.com/Stranger6667/css-inline/issues/314)
@@ -399,7 +401,8 @@
399401

400402
- Initial public release
401403

402-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.13.0...HEAD
404+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.0...HEAD
405+
[0.14.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.13.0...python-v0.14.0
403406
[0.13.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.12.0...python-v0.13.0
404407
[0.12.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.2...python-v0.12.0
405408
[0.11.2]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.1...python-v0.11.2

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

0 commit comments

Comments
 (0)