From fc6d5564f1db4def45afe38fde22a2101b5eaa68 Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Tue, 26 Sep 2023 09:51:37 +0200 Subject: [PATCH] chore(python): Release 0.11.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 24e5a65d..7e673900 100644 --- a/bindings/python/CHANGELOG.md +++ b/bindings/python/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.11.0] - 2023-09-26 + ### Added - The `inline_style_tags` option to control whether inlining from "style" tags should be performed. [#253](https://github.com/Stranger6667/css-inline/issues/253) @@ -331,7 +333,8 @@ - Initial public release -[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.10.5...HEAD +[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.0...HEAD +[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 [0.10.3]: https://github.com/Stranger6667/css-inline/compare/python-v0.10.2...python-v0.10.3 diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 0ad64a90..821466ae 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "css-inline-python" -version = "0.10.5" +version = "0.11.0" authors = ["Dmitry Dygalo "] edition = "2021" rust-version = "1.63"