What's Changed
- Zig for manylinux compliance without docker by @konstin in #756
- Replace structopt with Clap 3.0 by @messense in #738
- Add a subcommand wrapper for
zig cc
andzig c++
by @messense in #763 - Try rust-cache action by @messense in #764
- Switch to ureq and some refactorings by @konstin in #767
- Re-introduce rustls feature and add a native-tls feature by @messense in #768
- Allow running tests without zig by @messense in #769
- Always run zig tests on GitHub Actions by @messense in #770
- Stop excluding
<module_name>/<module_name>
folder in wheel by @messense in #772 - patchelf error install help by @konstin in #773
- Bump clap_complete_fig from 3.0.1 to 3.0.2 by @dependabot in #775
- Bump minijinja from 0.10.0 to 0.12.0 by @dependabot in #776
- Bump clap from 3.0.5 to 3.0.8 by @dependabot in #777
- Bump serde_json from 1.0.74 to 1.0.75 by @dependabot in #778
- Bump clap from 3.0.8 to 3.0.9 by @dependabot in #780
- Bump clap_complete from 3.0.2 to 3.0.4 by @dependabot in #779
- fix: small typo error by @0xflotus in #782
- Fix auditwheel manylinux2010 test failure by @messense in #783
- Add support for specifying cargo manifest path in pyproject.toml by @messense in #781
- Replace auditwheel manylinux2010 with 2_24 by @messense in #784
- Don't add
--release
to cargo if--profile
present by @messense in #785 - Pass arguments to pep517 command via
MATURIN_PEP517_ARGS
env var by @messense in #786 - Bump clap from 3.0.10 to 3.0.13 by @dependabot in #789
- Bump serde from 1.0.135 to 1.0.136 by @dependabot in #791
- Fix auditwheel CI by @messense in #795
- Properly handle lddtree error by @messense in #794
- Add Alpine Linux test to CI by @messense in #797
- Bump semver from 1.0.4 to 1.0.5 by @dependabot in #799
- Bump python-pkginfo from 0.5.0 to 0.5.1 by @dependabot in #800
- Bump clap_complete from 3.0.5 to 3.0.6 by @dependabot in #798
- Bump keyring from 1.0.0 to 1.1.1 by @dependabot in #801
- Add documentation for zig by @messense in #802
New Contributors
Full Changelog: v0.12.6...v0.12.7