File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 91
91
- name : Build wheels - universal2
92
92
uses : messense/maturin-action@v1
93
93
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
95
95
- name : Install built wheel - universal2
96
96
run : |
97
97
pip install dist/${{ env.PACKAGE_NAME }}-*universal2.whl --force-reinstall
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.9.0] - 2023-06-10
6
+
5
7
### Fixed
6
8
7
9
- Serialize all HTML attributes without escaping. [ #184 ] ( https://github.com/Stranger6667/css-inline/issues/184 )
248
250
249
251
- Initial public release
250
252
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
252
255
[ 0.8.7 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.8.6...python-v0.8.7
253
256
[ 0.8.6 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.8.5...python-v0.8.6
254
257
[ 0.8.5 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.8.4...python-v0.8.5
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " css-inline-python"
3
- version = " 0.8.7 "
3
+ version = " 0.9.0 "
4
4
authors = [
" Dmitry Dygalo <[email protected] >" ]
5
5
edition = " 2021"
6
6
rust-version = " 1.60"
You can’t perform that action at this time.
0 commit comments