From defaa56b2372c773cbab3b61b1758193d7ab04f4 Mon Sep 17 00:00:00 2001 From: Forgejo Actions Date: Thu, 4 Jun 2026 10:14:40 -0700 Subject: [PATCH] Update changelog for v1.0.1 [skip ci] --- CHANGELOG.md | 11 +++++++++++ docs/changelog.d/release-version-bump.bugfix.md | 1 - docs/changelog.d/release-version-bump.infra.md | 1 - 3 files changed, 11 insertions(+), 2 deletions(-) delete mode 100644 docs/changelog.d/release-version-bump.bugfix.md delete mode 100644 docs/changelog.d/release-version-bump.infra.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 718d6cb..7714585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [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 diff --git a/docs/changelog.d/release-version-bump.bugfix.md b/docs/changelog.d/release-version-bump.bugfix.md deleted file mode 100644 index d29a48c..0000000 --- a/docs/changelog.d/release-version-bump.bugfix.md +++ /dev/null @@ -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. diff --git a/docs/changelog.d/release-version-bump.infra.md b/docs/changelog.d/release-version-bump.infra.md deleted file mode 100644 index d3f1a21..0000000 --- a/docs/changelog.d/release-version-bump.infra.md +++ /dev/null @@ -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`.