chore: release 0.15.0 - #23
Open
scarmuega wants to merge 1 commit into
Open
Conversation
Coordinated fleet cut per `sdk-spec/release-policy.md` ("All SDKs MUST
share the same MAJOR.MINOR release train"): rust and web carry API changes
this train, so python moves with them. This SDK's own delta since 0.14.0 is
the byte-array encoder fix (#22).
Also pins the codegen template's dependency to the released train instead
of `git+...@main` — generated clients tracked the branch, so they could not
reproduce a build or resolve a version.
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.
Two changes:
sdk/pyproject.toml→ 0.15.0. Coordinated fleet cut:sdk-spec/release-policy.mdrequires all four SDKs to share oneMAJOR.MINORtrain, and rust/web carry API changes this cycle (with_tx_params; the breakingEd25519Signer.fromMnemonicremoval). This SDK's own delta since 0.14.0 is just the byte-array encoder fix (fix: accept native byte arrays in the bytes arg encoder #22), so the minor is the lockstep's cost, not a signal of breakage here..trix/client-lib/requirements.txt.hbs→tx3-sdk>=0.15.0,<0.16.0. It pinnedgit+https://github.com/tx3-lang/python-sdk.git@main#egg=tx3-sdk&subdirectory=sdk, so every generated Python client installed whatevermainhappened to be — no reproducible build, and no way to express the train the generated code was written against. Now it resolves from PyPI within the train, matching what the rust and web templates already do.Merge, then push
v0.15.0to trigger the publish workflow (it validates the tag againstsdk/pyproject.toml).🤖 Generated with Claude Code