What's Changed
- Re-export
__all__
in__init__.py
for pure Rust project by @mhils in #886 - fix: Only set RUSTFLAGS when absolutely neccessary by @ravenexp in #887
- Bump clap_complete from 3.1.2 to 3.1.3 by @dependabot in #888
- Bump serde_json from 1.0.79 to 1.0.80 by @dependabot in #889
- Bump toml_edit from 0.14.2 to 0.14.3 by @dependabot in #890
- Bump thiserror from 1.0.30 to 1.0.31 by @dependabot in #893
- Bump serde from 1.0.136 to 1.0.137 by @dependabot in #894
- Bump clap from 3.1.12 to 3.1.14 by @dependabot in #892
- Bump cargo-zigbuild from 0.8.5 to 0.8.6 by @dependabot in #891
- Remove unused
libs_dir
field fromPythonInterpreter
by @messense in #895 - Add hardcoded well-known sysconfigs for effortless cross compiling by @messense in #896
- Remove
target
field fromPythonInterpreter
struct by @messense in #898 - Add sysconfigs for FreeBSD and OpenBSD by @messense in #900
- Add support for
PYO3_CONFIG_FILE
by @messense in #899
New Contributors
Full Changelog: v0.12.14...v0.12.15