Skip to content

Commit 15da338

Browse files
committed
chore(python): Release 0.12.0
1 parent 2a31ea6 commit 15da338

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.12.0] - 2023-12-28
6+
57
### Changed
68

79
- Display stylesheet location in network-related errors.
@@ -373,7 +375,8 @@
373375

374376
- Initial public release
375377

376-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.2...HEAD
378+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.12.0...HEAD
379+
[0.12.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.2...python-v0.12.0
377380
[0.11.2]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.1...python-v0.11.2
378381
[0.11.1]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.0...python-v0.11.1
379382
[0.11.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.10.5...python-v0.11.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.11.2"
3+
version = "0.12.0"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.65"

0 commit comments

Comments
 (0)