Skip to content

chore(release): bump to v0.3.0#69

Merged
ojongerius merged 1 commit into
mainfrom
chore/release-v0.3.0
May 22, 2026
Merged

chore(release): bump to v0.3.0#69
ojongerius merged 1 commit into
mainfrom
chore/release-v0.3.0

Conversation

@ojongerius
Copy link
Copy Markdown
Contributor

What

Cuts the dashboard v0.3.0 release notes:

  • New [0.3.0] - 2026-05-22 CHANGELOG section covering chore(deps): bump sdk/go to v0.11.0 (v0.3.0 envelope migration) #67 (sdk/go v0.11.0 bump, envelope-shape parameters_disclosure) and test(store): drop double-close on raw sqlite handle in legacy-shape test #68 (raw-row legacy-mismatch test + double-close cleanup).
  • Documents the known follow-up: the list-view disclosure preview path in internal/store/reader.go is 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.
  • Backfills missing [Unreleased] / [0.3.0] / [0.2.2] / [0.2.1] / [0.2.0] compare links at the bottom of CHANGELOG.md — they had stopped being updated after 0.1.6.

No source changes — goreleaser injects main.version via -X ldflag 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 the agent-receipts/homebrew-tap formula (dashboard.rb currently pins v0.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.yml will run goreleaser → builds linux/macos amd64+arm64 binaries, creates the GitHub Release, and pushes the new formula to the tap.

Checklist

  • go test ./... passes
  • go vet ./... passes
  • No real keys or secrets in the diff
  • New functionality includes tests (n/a — CHANGELOG-only)
  • Commit messages follow Conventional Commits
  • AGENTS.md updated if project structure changed (no project structure change)
  • Request a Copilot review for automated checks

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.
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-22 section 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.

Comment thread CHANGELOG.md
Comment thread CHANGELOG.md
@ojongerius ojongerius merged commit dde25a1 into main May 22, 2026
5 checks passed
@ojongerius ojongerius deleted the chore/release-v0.3.0 branch May 22, 2026 05:16
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