chore(release): date 0.7.0 - #36
Merged
Merged
Conversation
Dates [Unreleased] as 0.7.0 (2026-08-14) and adds its compare link. Verified against `git diff v0.6.0..origin/main -- CHANGELOG.md` that the section contains exactly the one subheading added since that tag, so no already-published content is re-dated. Also corrects that entry's opening line before it becomes immutable. It said ReleaseKey.String "renders the smallest version string carrying a key", which is false in the way that matters: it renders the SHORTEST one, and 1.0a1 and 1.0.dev0 carry the same key while sorting strictly below it. The paragraph further down already says so; the summary line contradicted it. It also said "group", which reads as "map key" — a ReleaseKey holds a slice and cannot be one.
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.
Dates
[Unreleased]as 0.7.0 (2026-08-14) and adds its compare link.Verified against
git diff v0.6.0..origin/main -- CHANGELOG.mdthat the section contains exactly the one subheading added since that tag (### Added—version.ReleaseKey), so no already-published content is re-dated.Also corrects that entry's opening line before it becomes immutable. It said
ReleaseKey.String"renders the smallest version string carrying a key", which is false in the way that matters: it renders the shortest one, and1.0a1and1.0.dev0carry the same key while sorting strictly below it. A paragraph further down in the same entry already says exactly that, so the summary line contradicted its own body. It also said "group", which reads as "map key" — aReleaseKeyholds a slice and cannot be one.A Go module tag is immutable once the proxy has served it, so a wrong claim here would only be fixable by a further release.
🤖 Generated with Claude Code