• v2.1.0 cf854a2ace

    chore: derive version from git tags via hatch-vcs

    unkinben released this 2026-04-25 16:53:37 +10:00 | 92 commits to master since this release

    Replace hardcoded version in pyproject.toml with hatch-vcs so the
    package version is read from git tags at build time. Dockerfile
    accepts a VERSION build arg and passes it as HATCH_VCS_PRETEND_VERSION
    for builds without a git checkout. Makefile _tag target now rebuilds
    the container with the correct version automatically.

    Downloads