Skip to content

Commit dfe11f7

Browse files
committed
chore(python): Release 0.19.0
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent b8340dd commit dfe11f7

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.github/workflows/python-release.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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 }}

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.19.0] - 2025-12-29
6+
57
### Added
68

79
- `remove_inlined_selectors` option to remove selectors that were successfully inlined from `<style>` blocks.
@@ -523,7 +525,8 @@
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

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.18.0"
3+
version = "0.19.0"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2024"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)