From 2c972dfd1d23160ec26e3cc2add025c13e1f5478 Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Mon, 1 Apr 2024 10:58:48 +0200 Subject: [PATCH] chore(python): Release 0.14.0 Signed-off-by: Dmitry Dygalo --- bindings/python/CHANGELOG.md | 5 ++++- bindings/python/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bindings/python/CHANGELOG.md b/bindings/python/CHANGELOG.md index 0a0b2a9b..85432cc8 100644 --- a/bindings/python/CHANGELOG.md +++ b/bindings/python/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.14.0] - 2024-04-01 + ### Added - External stylesheet caching. [#314](https://github.com/Stranger6667/css-inline/issues/314) @@ -399,7 +401,8 @@ - Initial public release -[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.13.0...HEAD +[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.0...HEAD +[0.14.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.13.0...python-v0.14.0 [0.13.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.12.0...python-v0.13.0 [0.12.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.2...python-v0.12.0 [0.11.2]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.1...python-v0.11.2 diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index d58abcb5..f06d6876 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "css-inline-python" -version = "0.13.0" +version = "0.14.0" authors = ["Dmitry Dygalo "] edition = "2021" rust-version = "1.65"