Skip to content

docs(changelog): cut [Unreleased] → [v0.4.0], document the release-history reset#166

Merged
aksOps merged 1 commit into
mainfrom
docs/changelog-v0.4.0
May 14, 2026
Merged

docs(changelog): cut [Unreleased] → [v0.4.0], document the release-history reset#166
aksOps merged 1 commit into
mainfrom
docs/changelog-v0.4.0

Conversation

@aksOps
Copy link
Copy Markdown
Contributor

@aksOps aksOps commented May 14, 2026

Summary

`[Unreleased]` had accumulated everything since v0.3.0 and never got cut when v0.4.0 shipped. This commit moves it under `[v0.4.0] - 2026-05-14` and repopulates `[Unreleased]` with the three items that landed after the v0.4.0 tag:

Why the header note

Future readers will see v0.4.0 as the first release and wonder where v0.1/v0.2/v0.3 went. The new header explains: every prior tag was deleted from GitHub, but `proxy.golang.org` permanently caches each version's content, so reusing a deleted tag name would serve stale (often Python-era) zips. v0.4.0 is the first never-used version after the cleanup.

Two factual additions to v0.4.0

Test plan

  • Markdown structure: ## [Unreleased]## [v0.4.0] - 2026-05-14## [v0.3.0] - 2026-05-13 (historical sections preserved).
  • No code change.

🤖 Generated with Claude Code

Move the contents of [Unreleased] under a new [v0.4.0] - 2026-05-14
heading. Repopulate [Unreleased] with the three post-v0.4.0 items
already on main: #163 (pflag bump), #164 (harden-runner bump), #165
(release-darwin race fix).

Add a header note explaining the release-history reset: deleting the
pre-v0.4.0 tags from GitHub does not delete them from proxy.golang.org;
every reused tag name would serve the old (often Python-era) content.
v0.4.0 is the first never-previously-used version.

Two factual additions to v0.4.0:
  * PR #162 (module hoist) — was missing from the original Changed
    block when the section was still labelled [Unreleased].
  * PR #161 (BuildInfo fallback) — moved into a dedicated Added bullet
    so `go install` users know their binaries self-identify now.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@aksOps aksOps merged commit e2392e7 into main May 14, 2026
13 checks passed
@aksOps aksOps deleted the docs/changelog-v0.4.0 branch May 14, 2026 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant