From addefcafc6bdcdcfc0cab7cce449689ee0ed4338 Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Mon, 4 Dec 2023 23:42:58 +0100 Subject: [PATCH] chore(python): Release 0.11.1 --- 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 a8ff2ea6..299d39d1 100644 --- a/bindings/python/CHANGELOG.md +++ b/bindings/python/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.11.1] - 2023-12-04 + ### Added - Python 3.12 support. @@ -355,7 +357,8 @@ - Initial public release -[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.0...HEAD +[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.1...HEAD +[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 [0.10.5]: https://github.com/Stranger6667/css-inline/compare/python-v0.10.4...python-v0.10.5 [0.10.4]: https://github.com/Stranger6667/css-inline/compare/python-v0.10.3...python-v0.10.4 diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 76b3cf01..db1af82c 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "css-inline-python" -version = "0.11.0" +version = "0.11.1" authors = ["Dmitry Dygalo "] edition = "2021" rust-version = "1.65"