Skip to content

Commit 5e19d81

Browse files
committed
chore(python): Release 0.13.0
1 parent 4f85fd5 commit 5e19d81

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.13.0] - 2024-01-19
6+
57
### Added
68

79
- Support for the `data-css-inline="keep"` attribute to enforce keeping the `style` tag.
@@ -387,7 +389,8 @@
387389

388390
- Initial public release
389391

390-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.12.0...HEAD
392+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.13.0...HEAD
393+
[0.13.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.12.0...python-v0.13.0
391394
[0.12.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.2...python-v0.12.0
392395
[0.11.2]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.1...python-v0.11.2
393396
[0.11.1]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.0...python-v0.11.1

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

0 commit comments

Comments
 (0)