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