v0.13.4
What's Changed
- Fix
Cargo.toml
in new project template by @messense in #1109 - Upgrade pyodide to 0.21.3 by @messense in #1110
- Test
maturin new
on CI by @messense in #1111 - Refactor virtualenv bin dir handling for Windows by @messense in #1112
- Fix duplicated
Cargo.toml
of local dependencies in sdist by @messense in #1114 - Document
name
in[package.metadata.maturin]
by @tiptenbrink in #1118 - Fix CI failure with Rust 1.64.0 by @messense in #1119
- fix: cargo.toml empty line when new project by @vvanglro in #1127
- Build multi-platform docker image by @messense in #1128
- Cross compile maturin in Docker multi-platform build by @messense in #1129
- Add support for Cargo workspace dependencies inheritance by @messense in #1123
- Add support for workspace metadata inheritance by @messense in #1131
- chore: cargo update by @messense in #1132
- Fix sdist build when multiple workspaces are involved by @messense in #1137
- Use goblin instead of shelling out to patchelf to get rpath by @messense in #1139
New Contributors
- @tiptenbrink made their first contribution in #1118
- @vvanglro made their first contribution in #1127
Full Changelog: v0.13.3...v0.13.4