File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed
Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,12 @@ jobs:
4343 path : dist
4444
4545 macos-x86_64 :
46- runs-on : macos-15
46+ runs-on : macos-15-intel
4747 steps :
4848 - uses : actions/checkout@v6
4949 - uses : actions/setup-python@v6
5050 with :
5151 python-version : ${{ env.PYTHON_VERSION }}
52- architecture : x64
5352 - uses : dtolnay/rust-toolchain@stable
5453 - name : Build wheels - x86_64
5554 uses : messense/maturin-action@v1
@@ -258,19 +257,16 @@ jobs:
258257 runs-on : ${{ matrix.os }}
259258 strategy :
260259 matrix :
261- os : [ubuntu-22.04, macos-15]
260+ os : [ubuntu-22.04, macos-15-intel ]
262261 target : [x86_64, aarch64]
263262 python-version :
264263 - " 3.11"
265264 exclude :
266- - os : macos-15
265+ - os : macos-15-intel
267266 target : aarch64
268267 steps :
269268 - uses : actions/checkout@v6
270269 - uses : dtolnay/rust-toolchain@stable
271- - name : Add x86_64 target for macOS
272- if : matrix.os == 'macos-15' && matrix.target == 'x86_64'
273- run : rustup target add x86_64-apple-darwin
274270 - uses : actions/setup-python@v6
275271 with :
276272 python-version : pypy${{ matrix.python-version }}
Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.19.0] - 2025-12-29
6+
57### Added
68
79- ` remove_inlined_selectors ` option to remove selectors that were successfully inlined from ` <style> ` blocks.
523525
524526- Initial public release
525527
526- [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/python-v0.18.0...HEAD
528+ [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/python-v0.19.0...HEAD
529+ [ 0.19.0 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.18.0...python-v0.19.0
527530[ 0.18.0 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.17.0...python-v0.18.0
528531[ 0.17.0 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.16.0...python-v0.17.0
529532[ 0.16.0 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.15.0...python-v0.16.0
Original file line number Diff line number Diff line change 11[package ]
22name = " css-inline-python"
3- version = " 0.18 .0"
3+ version = " 0.19 .0"
44authors = [
" Dmitry Dygalo <[email protected] >" ]
55edition = " 2024"
66rust-version = " 1.85"
You can’t perform that action at this time.
0 commit comments