3.1.x

3.1.0 (2026-05-15)

Features

  • Added a dynamic-metadata provider compatible with scikit-build-core. (#130)

    Thanks to @ktbarrett.

  • Add support for git archive builds via a tracked .git_archival.txt file. (#131)

    When the file is present and its $Format:...$ placeholders have been substituted, the version is derived from its contents instead of running git. See Supporting git archive builds.

    Thanks to @ktbarrett.