Skip to content

maturin 1.11.0#260669

Merged
BrewTestBot merged 2 commits intomainfrom
bump-maturin-1.11.0
Dec 30, 2025
Merged

maturin 1.11.0#260669
BrewTestBot merged 2 commits intomainfrom
bump-maturin-1.11.0

Conversation

@BrewTestBot
Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
## What's Changed
* Remove unused code by @e-nomem in https://github.com/PyO3/maturin/pull/2848
* Correct tagging for x86_64 iOS simulator wheels. by @freakboy3742 in https://github.com/PyO3/maturin/pull/2851
* Bump MSRV to 1.85.0 and use Rust 2024 edition by @messense in https://github.com/PyO3/maturin/pull/2850
* Upgrade goblin to 0.10 by @messense in https://github.com/PyO3/maturin/pull/2853
* Set entry type when adding to the tar file by @e-nomem in https://github.com/PyO3/maturin/pull/2859
* Split up module_writer.rs code for code organization by @e-nomem in https://github.com/PyO3/maturin/pull/2857
* Update environment variables for Android cross-compilation support by @ririv in https://github.com/PyO3/maturin/pull/2825
* Upgrade some Rust dependencies by @messense in https://github.com/PyO3/maturin/pull/2860
* Swap outer and inner loops in write_python_part() by @e-nomem in https://github.com/PyO3/maturin/pull/2861
* Split out convenience methods from ModuleWriter trait by @e-nomem in https://github.com/PyO3/maturin/pull/2842
* Update cargo_metadata to 0.20.0 by @e-nomem in https://github.com/PyO3/maturin/pull/2864
* Calculate file options for WheelWriter once and cache the result by @e-nomem in https://github.com/PyO3/maturin/pull/2865
* fix link to pyo3 config file documentation by @DetachHead in https://github.com/PyO3/maturin/pull/2869
* Clean up internal fields of WheelWriter by @e-nomem in https://github.com/PyO3/maturin/pull/2870
* chore: bump action versions in the generated ci file by @kemingy in https://github.com/PyO3/maturin/pull/2873
* Deprecate 'upload' and 'publish' CLI commands by @e-nomem in https://github.com/PyO3/maturin/pull/2875
* Create a binding generator trait by @e-nomem in https://github.com/PyO3/maturin/pull/2872
* Migrate cffi bindings to new `BindingGenerator` trait by @e-nomem in https://github.com/PyO3/maturin/pull/2876
* Always emit deprecation warning for 'upload' and 'publish' by @e-nomem in https://github.com/PyO3/maturin/pull/2879
* Migrate uniffi bindings to new `BindingGenerator` trait by @e-nomem in https://github.com/PyO3/maturin/pull/2878
* Emit a warning if a file is excluded from the archive by matching the target by @e-nomem in https://github.com/PyO3/maturin/pull/2874
* Migrate bin bindings to new `BindingGenerator` trait by @e-nomem in https://github.com/PyO3/maturin/pull/2880
* Clean up BindingGenerator interface by @e-nomem in https://github.com/PyO3/maturin/pull/2881
* Update ModuleWriter logic to use ArchiveSource enum by @e-nomem in https://github.com/PyO3/maturin/pull/2882
* Auto-enable required features for `uniffi-bindgen` by @e-nomem in https://github.com/PyO3/maturin/pull/2886
* Add `VirtualWriter` to track and order archive entries by @e-nomem in https://github.com/PyO3/maturin/pull/2887
* Update manylinux/musllinux policies to the latest main by @github-actions[bot] in https://github.com/PyO3/maturin/pull/2901
* Remove `maturin publish` from docs by @konstin in https://github.com/PyO3/maturin/pull/2904
* Stop hardcode platform tag when using zig by @messense in https://github.com/PyO3/maturin/pull/2905
* Make PEP 517 profile tests more resilient to cargo profiles by @konstin in https://github.com/PyO3/maturin/pull/2902
* Update pyodide version to fix emscripten CI by @konstin in https://github.com/PyO3/maturin/pull/2906
* Implement Android platform tag support by @ririv in https://github.com/PyO3/maturin/pull/2900

New Contributors

Full Changelog: PyO3/maturin@v1.10.1...v1.11.0

What's Changed

New Contributors

Full Changelog: PyO3/maturin@v1.10.1...v1.11.0

View the full release notes at https://github.com/PyO3/maturin/releases/tag/v1.11.0.


@github-actions github-actions Bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Dec 30, 2025
@github-actions
Copy link
Copy Markdown
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions Bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Dec 30, 2025
@BrewTestBot BrewTestBot added this pull request to the merge queue Dec 30, 2025
Merged via the queue into main with commit bedfc9c Dec 30, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-maturin-1.11.0 branch December 30, 2025 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants