release: AHP 0.3.0#198
Merged
Merged
Conversation
Date-stamps the 0.3.0 changelog entries, bumps every client manifest (Rust workspace + lockfile, Kotlin VERSION_NAME, TypeScript package.json + lockfile, Swift VERSION, Go VERSION) from 0.2.0/0.1.0 to 0.3.0, and regenerates each release-metadata.json. Tags spec/v0.3.0, rust/v0.3.0, kotlin/v0.3.0, typescript/v0.3.0, v0.3.0 (Swift), and clients/go/v0.3.0 are cut from this commit.
Adds 0.4.0 to SUPPORTED_PROTOCOL_VERSIONS (most preferred first) and reopens the Unreleased sections in every CHANGELOG so new protocol surface lands under 0.4.0. Regenerates client Version.generated.* files and release-metadata.json for all clients.
bhavyaus
approved these changes
Jun 6, 2026
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.
Cuts AHP 0.3.0 across all six artifacts (spec + Rust + Kotlin + TypeScript + Swift + Go) and prepares the tree for the next development cycle on 0.4.0.
Commits
release: AHP 0.3.0 across all clients— SHAb639a27ee048c77bc262889d813db2295623e425. This is the commit every release tag must point at.## [0.3.0]changelog entry to 2026-06-05.0.2.0/0.1.0→0.3.0:clients/rust/Cargo.toml([workspace.package]+ workspace dep pins) + refreshedCargo.lock.clients/kotlin/gradle.properties(VERSION_NAME).clients/typescript/package.json+ refreshedpackage-lock.json.clients/swift/VERSION.clients/go/VERSION.clients/<lang>/release-metadata.json.chore: bump PROTOCOL_VERSION to 0.4.0 for ongoing development— post-release bump.PROTOCOL_VERSION→0.4.0;SUPPORTED_PROTOCOL_VERSIONS→['0.4.0', '0.3.0'].## [Unreleased]in every CHANGELOG (and a## [0.4.0] — Unreleasedplaceholder in the root spec CHANGELOG).Version.generated.*files andrelease-metadata.json.Release tags (to push after this PR squash-merges)
The auto-merge is squash, which means commit 1's SHA only survives if a ref points at it. Push all six tags at the original SHA
b639a27(still reachable from the branch until the merge — once tagged, the commit is permanently retained):Each tag's publish workflow re-validates
PROTOCOL_VERSION, the matching CHANGELOG heading, and the native manifest version against the tagged commit, so tags must point at commit 1 (PROTOCOL_VERSION = 0.3.0), not the post-merge HEAD (PROTOCOL_VERSION = 0.4.0).spec/v0.3.0rust/v0.3.0ahp-types,ahp,ahp-ws)kotlin/v0.3.0typescript/v0.3.0v0.3.0(bare)clients/go/v0.3.0npm testpasses locally after both commits.