chore: release 0.15.0 - #18
Merged
Merged
Conversation
The Go module carries no version file — the release is the `sdk/v0.15.0` tag — so the only in-repo change is the codegen template's floor, which still required `sdk v0.13.0`, two trains stale. Coordinated fleet cut per `sdk-spec/release-policy.md`. This SDK's own delta since v0.14.0 is the byte-array encoder fix (#17). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
The Go module has no version file — the release is the tag — so the only in-repo change is the codegen template floor.
.trix/client-lib/go.mod.hbs:sdk v0.13.0→v0.15.0. It was two trains stale, so every generated Go client resolved an SDK older than the encoder it was generated against. This mirrors whatchore: release 0.13.0 (#15)did.Fleet coordination:
sdk-spec/release-policy.mdrequires oneMAJOR.MINORtrain across all four SDKs; rust and web carry API changes this cycle. This SDK's own delta sincesdk/v0.14.0is the byte-array encoder fix (#17).Merge, then push
sdk/v0.15.0— note the prefix. The release workflow triggers onsdk/v*.*.*and rejects anything else;release-synced/SKILL.mddocuments this assdks/v..., which is wrong and is being corrected separately.🤖 Generated with Claude Code