v0.13.2
What's Changed
- Add Linux mips64el architecture support by @messense in #1023
- Add Linux mipsel architecture support by @messense in #1024
- Add Linux 32-bit powerpc architecture support by @messense in #1026
- Add Linux sparc64 architecture support by @messense in #1027
- Bump anyhow from 1.0.58 to 1.0.59 by @dependabot in #1031
- Bump serde from 1.0.140 to 1.0.141 by @dependabot in #1032
- Bump clap from 3.2.15 to 3.2.16 by @dependabot in #1033
- Bump tracing from 0.1.35 to 0.1.36 by @dependabot in #1035
- Bump dialoguer from 0.10.1 to 0.10.2 by @dependabot in #1034
- Add PEP 440 local version identifier support by @messense in #1037
- Fix path search upon
python3 -m maturin
by @bhrollins in #1038 - Run default CI workflow on main/master push only by @smheidrich in #1041
- Update cargo-zigbuild to 0.12.0 by @messense in #1042
- Fix inconsistent
Cargo.toml
andpyproject.toml
path handling by @messense in #1043 - Clarify sdist build error due to missing
pyproject.toml
by @messense in #1045 - Find python module next to
pyproject.toml
ifpyproject.toml
exists by @messense in #1044 - Add
python-source
option to[tool.maturin]
section of pyproject.toml by @messense in #1046 - Deprecate support for specifying python metadata in
Cargo.toml
by @messense in #1048 - Change
python-source
to be relative to the file specifies it by @messense in #1049 - Change
data
to be relative to the file specifies it by @messense in #1051 - Don't reinstall dependencies in
maturin develop
by @messense in #1052 - Update Pyodide to 0.21.0 by @messense in #1056
- Find
pyproject.toml
in parent directories ofCargo.toml
by @messense in #1054 - Deprecate manylinux2010 support by @messense in #858
New Contributors
- @bhrollins made their first contribution in #1038
- @smheidrich made their first contribution in #1041
Full Changelog: v0.13.1...v0.13.2