Skip to content

Commit cdf2e30

Browse files
committed
chore(python): Release 0.10.0
1 parent 5207032 commit cdf2e30

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.0] - 2023-06-16
6+
57
### Added
68

79
- `keep_link_tags` configuration option.
@@ -267,7 +269,8 @@
267269

268270
- Initial public release
269271

270-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.9.0...HEAD
272+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.10.0...HEAD
273+
[0.10.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.9.0...python-v0.10.0
271274
[0.9.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.8.7...python-v0.9.0
272275
[0.8.7]: https://github.com/Stranger6667/css-inline/compare/python-v0.8.6...python-v0.8.7
273276
[0.8.6]: https://github.com/Stranger6667/css-inline/compare/python-v0.8.5...python-v0.8.6

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

0 commit comments

Comments
 (0)