Skip to content

Commit ef063cb

Browse files
committed
chore(python): Release 0.10.1
1 parent 6afde47 commit ef063cb

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.10.1] - 2023-06-18
6+
57
### Performance
68

79
- Use a simpler way for HTML tree traversal.
@@ -274,7 +276,8 @@
274276

275277
- Initial public release
276278

277-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.10.0...HEAD
279+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.10.1...HEAD
280+
[0.10.1]: https://github.com/Stranger6667/css-inline/compare/python-v0.10.0...python-v0.10.1
278281
[0.10.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.9.0...python-v0.10.0
279282
[0.9.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.8.7...python-v0.9.0
280283
[0.8.7]: https://github.com/Stranger6667/css-inline/compare/python-v0.8.6...python-v0.8.7

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

0 commit comments

Comments
 (0)