Skip to content

Commit fc6d556

Browse files
committed
chore(python): Release 0.11.0
1 parent fabb4b8 commit fc6d556

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

bindings/python/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.11.0] - 2023-09-26
6+
57
### Added
68

79
- 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 @@
331333

332334
- Initial public release
333335

334-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.10.5...HEAD
336+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.0...HEAD
337+
[0.11.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.10.5...python-v0.11.0
335338
[0.10.5]: https://github.com/Stranger6667/css-inline/compare/python-v0.10.4...python-v0.10.5
336339
[0.10.4]: https://github.com/Stranger6667/css-inline/compare/python-v0.10.3...python-v0.10.4
337340
[0.10.3]: https://github.com/Stranger6667/css-inline/compare/python-v0.10.2...python-v0.10.3

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-inline-python"
3-
version = "0.10.5"
3+
version = "0.11.0"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.63"

0 commit comments

Comments
 (0)