Skip to content

Version 0.9.0

Compare
Choose a tag to compare
@henryiii henryiii released this 19 Apr 04:26
· 15 commits to main since this release
f844088

This version adds the ability to inherit in override tables, matching a similar feature added to cibuildwheel 2.17's overrides. You can now write out extra metadata to ${SKBUILD_METADATA_DIR}. A new Hatchling plugin is provided as an experimental feature (will likely be made a separate package in the future like the setuptools plugin).

The meaning of wheel.exclude has been changed to match on the wheel path, rather than the source path. We could not find any projects that would be affected by this change, so it was not added to the minimum-version protection policy. This now allows you to ignore CMake outputs as well.

What's Changed

Features:

Fixes:

API changes:

Documentation:

CI and testing:

New Contributors

Full Changelog: v0.8.2...v0.9.0