Skip to content

v3.1.0 (2026-05-15)

Latest

Choose a tag to compare

@github-actions github-actions released this 15 May 10:22
273fcd0

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.