Skip to content

Commit ec56a00

Browse files
committed
chore(python): Release 0.18.0
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent deb8dc6 commit ec56a00

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.18.0] - 2025-11-01
6+
57
### Added
68

79
- `minify_css` option [#12](https://github.com/Stranger6667/css-inline/issues/12)
@@ -505,7 +507,8 @@
505507

506508
- Initial public release
507509

508-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.17.0...HEAD
510+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.18.0...HEAD
511+
[0.18.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.17.0...python-v0.18.0
509512
[0.17.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.16.0...python-v0.17.0
510513
[0.16.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.15.0...python-v0.16.0
511514
[0.15.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.6...python-v0.15.0

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.17.0"
3+
version = "0.18.0"
44
authors = ["Dmitry Dygalo <dmitry@dygalo.dev>"]
55
edition = "2021"
66
rust-version = "1.80"

0 commit comments

Comments
 (0)