chore(release): bump to v0.3.0#69
Merged
Merged
Conversation
CHANGELOG entry for the v0.3.0 cut, which brings the dashboard onto sdk/go v0.11.0 (envelope-shape parameters_disclosure per ADR-0012). Backfills the missing 0.2.x compare links along the way. After merge, push tag v0.3.0 to trigger release.yml → goreleaser → binaries + GitHub Release + homebrew-tap formula update.
There was a problem hiding this comment.
Pull request overview
Prepares the v0.3.0 release by updating CHANGELOG.md with release notes and restoring/adding version compare links, aligning the documented release history with the already-merged SDK/test changes from #67/#68.
Changes:
- Added a
[0.3.0] - 2026-05-22section describing the SDK bump and related test adjustments, plus a noted follow-up about disclosure preview behavior under encrypted envelopes. - Backfilled/updated the
[Unreleased]and version compare links at the bottom of the changelog.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
What
Cuts the dashboard
v0.3.0release notes:[0.3.0] - 2026-05-22CHANGELOG section covering chore(deps): bump sdk/go to v0.11.0 (v0.3.0 envelope migration) #67 (sdk/go v0.11.0 bump, envelope-shapeparameters_disclosure) and test(store): drop double-close on raw sqlite handle in legacy-shape test #68 (raw-row legacy-mismatch test + double-close cleanup).internal/store/reader.gois now functionally dead under v0.3.0 (envelope is opaque ciphertext); a real rendering UX for the encrypted envelope is a separate piece of work.[Unreleased]/[0.3.0]/[0.2.2]/[0.2.1]/[0.2.0]compare links at the bottom ofCHANGELOG.md— they had stopped being updated after0.1.6.No source changes — goreleaser injects
main.versionvia-Xldflag from the tag, so there is nothing else to bump in code.Why
Phase 6 of the v0.3.0 release in
agent-receipts/ar(issue #280). The dashboard needs a tagged release to refresh theagent-receipts/homebrew-tapformula (dashboard.rbcurrently pinsv0.2.2); main has been on the v0.3.0 SDK since #67/#68 but no end users have it yet.After this PR merges, push the tag to ship:
git checkout main && git pull git tag v0.3.0 git push origin v0.3.0.github/workflows/release.ymlwill run goreleaser → builds linux/macos amd64+arm64 binaries, creates the GitHub Release, and pushes the new formula to the tap.Checklist
go test ./...passesgo vet ./...passes