generated from eblume/project-template
Update changelog for v1.0.1 [skip ci]
This commit is contained in:
parent
27855bde34
commit
defaa56b23
3 changed files with 11 additions and 2 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -12,6 +12,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
<!-- towncrier release notes start -->
|
||||
|
||||
## [v1.0.1] - 2026-06-04
|
||||
|
||||
### 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`.
|
||||
|
||||
|
||||
## [v1.0.0] - 2026-06-04
|
||||
|
||||
### Features
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
`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.
|
||||
|
|
@ -1 +0,0 @@
|
|||
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`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue