From 740fed42c8f72a1eaa721820c2036f172e535806 Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Thu, 28 Dec 2023 16:57:03 +0100 Subject: [PATCH] chore(python): Release 0.12.0 --- 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 5e04d843..96214dcc 100644 --- a/bindings/python/CHANGELOG.md +++ b/bindings/python/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.12.0] - 2023-12-28 + ### Changed - Display stylesheet location in network-related errors. @@ -373,7 +375,8 @@ - Initial public release -[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.2...HEAD +[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.12.0...HEAD +[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 [0.11.1]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.0...python-v0.11.1 [0.11.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.10.5...python-v0.11.0 diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 25d826a3..d64ceafc 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "css-inline-python" -version = "0.11.2" +version = "0.12.0" authors = ["Dmitry Dygalo "] edition = "2021" rust-version = "1.65"