Update changelog for v1.0.2 [skip ci]

This commit is contained in:
Forgejo Actions 2026-06-04 10:22:04 -07:00
commit 67627a0930
2 changed files with 7 additions and 1 deletions

View file

@ -12,6 +12,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
<!-- towncrier release notes start -->
## [v1.0.2] - 2026-06-04
### Bug Fixes
- Fix `heph`/`hephd` `--version` falsely showing a `-dirty` suffix on clean release installs. The build-time dirty check now considers only tracked modifications (`git diff --quiet HEAD`) instead of counting untracked files such as cargo's own `.cargo-ok` marker in a `cargo install --git` checkout.
## [v1.0.1] - 2026-06-04
### Bug Fixes

View file

@ -1 +0,0 @@
Fix `heph`/`hephd` `--version` falsely showing a `-dirty` suffix on clean release installs. The build-time dirty check now considers only tracked modifications (`git diff --quiet HEAD`) instead of counting untracked files such as cargo's own `.cargo-ok` marker in a `cargo install --git` checkout.