Skip to content

Commit ff635a6

Browse files
committed
chore(python): Release 0.11.2
1 parent da15511 commit ff635a6

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.2] - 2023-12-09
6+
57
### Performance
68

79
- Avoid iterating over non-Element nodes.
@@ -363,7 +365,8 @@
363365

364366
- Initial public release
365367

366-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.1...HEAD
368+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.2...HEAD
369+
[0.11.2]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.1...python-v0.11.2
367370
[0.11.1]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.0...python-v0.11.1
368371
[0.11.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.10.5...python-v0.11.0
369372
[0.10.5]: https://github.com/Stranger6667/css-inline/compare/python-v0.10.4...python-v0.10.5

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.11.1"
3+
version = "0.11.2"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.65"

0 commit comments

Comments
 (0)