docs(changelog): cut [Unreleased] → [v0.4.0], document the release-history reset#166
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
## [Unreleased]→## [v0.4.0] - 2026-05-14→## [v0.3.0] - 2026-05-13(historical sections preserved).🤖 Generated with Claude Code