Skip to content

docs(changelog): reconcile release history and prepare 0.11.0#237

Merged
andrewh merged 1 commit into
mainfrom
claude/motel-publish-readiness-pd1tdo
Jul 8, 2026
Merged

docs(changelog): reconcile release history and prepare 0.11.0#237
andrewh merged 1 commit into
mainfrom
claude/motel-publish-readiness-pd1tdo

Conversation

@andrewh

@andrewh andrewh commented Jul 8, 2026

Copy link
Copy Markdown
Owner

Summary

Prepares the changelog for a v0.11.0 release and reconciles the hand-maintained CHANGELOG.md with the releases that GoReleaser actually cut.

The changelog had drifted: it only documented releases through 0.9.0, while GoReleaser tagged 0.9.1, 0.9.2, and 0.10.0 (with release notes auto-generated from raw commit messages). Meanwhile [Unreleased] listed work that had already shipped in those tags.

What changed

Note on version ordering

v0.9.2 was tagged (Jul 2) after v0.10.0 (Jun 17), from a later commit, so its version number is out of sequence with its release date. A short note in the 0.9.2 entry records this, and the next minor release is 0.11.0 (not a 0.10.x line), since GoReleaser derives the next version from the highest existing semver tag (v0.10.0).

Release

Tagging v0.11.0 triggers the GoReleaser workflow (GitHub release + Homebrew tap). Per the agreed plan, the tag will be pushed after this PR merges so the release is cut from main.

Verification

  • go build ./... — clean
  • go test ./... — all packages pass

🤖 Generated with Claude Code


Generated by Claude Code

Back-fill the 0.9.1, 0.9.2, and 0.10.0 sections that were released via
GoReleaser but never recorded in CHANGELOG.md, and move already-shipped
work out of [Unreleased]: replay mode (#209, 0.10.0), PRODUCER span kind
(#214, 0.9.2), and reader-based replay entry points (#216, 0.9.2).

Promote the genuinely-unreleased work to [0.11.0]: the INTERNAL span-kind
change (#213/#231), the public pkg/synth trace-generation API (#199/#234),
and the sampling trace-integrity invariants (#74/#235/#236), plus the OTLP
exporter dependency bumps (#228, #229).

Note that 0.9.2 was tagged after 0.10.0 from a later commit, so the next
minor release is 0.11.0, and fix the compare links.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
Claude-Session: https://claude.ai/code/session_01G1HxLtj1Uu2Y3K6Ea5P9zR
@andrewh
andrewh merged commit 9541b03 into main Jul 8, 2026
2 checks passed
@andrewh
andrewh deleted the claude/motel-publish-readiness-pd1tdo branch July 8, 2026 17:15
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.

2 participants