hephaestus/docs/changelog.d
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
..
+version-no-false-dirty.bugfix.md fix: --version no longer false-positives -dirty on clean release installs 2026-06-04 10:20:23 -07:00
.gitkeep Initial commit 2026-05-31 06:13:36 -07:00