hephaestus/crates
Erich Blume 1603b37f74
All checks were successful
Build / validate (push) Successful in 6m13s
fix: --version no longer false-positives -dirty on clean release installs
The build-time dirty check used `git status --porcelain`, which counts
untracked files — including cargo's own `.cargo-ok` marker in a
`cargo install --git` checkout — so a clean tagged build reported e.g.
`1.0.1 (bcab3c16b-dirty)`. Use `git diff --quiet HEAD` (tracked changes only).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-04 10:20:23 -07:00
..
heph fix: --version reports release version + build SHA; release tags a version-bump commit 2026-06-04 09:43:10 -07:00
heph-core fix: --version no longer false-positives -dirty on clean release installs 2026-06-04 10:20:23 -07:00
heph-quickadd style: cargo fmt — normalize earlier hand-committed files 2026-06-03 20:38:44 -07:00
heph-tui fix: clippy single_match in heph-tui + add clippy pre-commit hook 2026-06-03 20:53:50 -07:00
hephd fix: --version reports release version + build SHA; release tags a version-bump commit 2026-06-04 09:43:10 -07:00