generated from eblume/project-template
Update changelog for v1.0.2 [skip ci]
This commit is contained in:
parent
1603b37f74
commit
67627a0930
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue