Skip to content

Commit 0920c0f

Browse files
committed
chore(python): Release 0.9.0
1 parent dd25767 commit 0920c0f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Build wheels - universal2
9292
uses: messense/maturin-action@v1
9393
with:
94-
args: --release -m bindings/python/Cargo.toml --universal2 --out dist
94+
args: --release -m bindings/python/Cargo.toml --target universal2-apple-darwin --out dist
9595
- name: Install built wheel - universal2
9696
run: |
9797
pip install dist/${{ env.PACKAGE_NAME }}-*universal2.whl --force-reinstall

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.9.0] - 2023-06-10
6+
57
### Fixed
68

79
- Serialize all HTML attributes without escaping. [#184](https://github.com/Stranger6667/css-inline/issues/184)
@@ -248,7 +250,8 @@
248250

249251
- Initial public release
250252

251-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.8.7...HEAD
253+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.9.0...HEAD
254+
[0.9.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.8.7...python-v0.9.0
252255
[0.8.7]: https://github.com/Stranger6667/css-inline/compare/python-v0.8.6...python-v0.8.7
253256
[0.8.6]: https://github.com/Stranger6667/css-inline/compare/python-v0.8.5...python-v0.8.6
254257
[0.8.5]: https://github.com/Stranger6667/css-inline/compare/python-v0.8.4...python-v0.8.5

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

0 commit comments

Comments
 (0)