• v1.0.1 bcab3c16b6

    Ghost released this 2026-06-04 10:15:39 -07:00 | 53 commits to main since this release

    Release v1.0.1

    What's Changed

    Bug Fixes

    • heph --version / hephd --version now report the release version plus the build commit (e.g. 1.0.0 (ab6701d12)) instead of a bare 0.0.0. The short git SHA is captured at build time, so any build — released, branch, or dirty working tree — is traceable to its commit.

    Infrastructure

    • The release workflow now bakes the release version into Cargo.toml + Cargo.lock on a commit that only the release tag points at (tagging it manually), so cargo install --git --tag vX.Y.Z reports the real version while main stays at 0.0.0.

    Assets

    • docs-v1.0.1.tar.gz contains the static docs site.
    Downloads