Skip to content

chore: release 0.15.0 - #39

Merged
scarmuega merged 1 commit into
mainfrom
release/0.15.0
Aug 9, 2026
Merged

chore: release 0.15.0#39
scarmuega merged 1 commit into
mainfrom
release/0.15.0

Conversation

@scarmuega

Copy link
Copy Markdown
Contributor

Version bump only — sdk/package.json and the matching package-lock.json workspace entry, same shape as chore: release 0.14.0 (#37).

Why minor: #38 removed Ed25519Signer.fromMnemonic — a breaking change — and the codegen template (.trix/client-lib/package.json.hbs) now floors on ^0.15.0. The codegen check type-checks the rendered template against npm, where the newest tx3-sdk is 0.14.0, so publishing v0.15.0 is what turns it green.

Changelog note for the release: Ed25519Signer.fromMnemonic is gone. Callers deriving a signer from a mnemonic should use CardanoSigner.fromMnemonic; the Ed25519 signer keeps its raw-key constructors, per sdk-spec §3.5. The removed method could not produce a witness satisfying the caller-supplied address, since CIP-1852 binds that address to an extended key.

Fleet coordination: sdk-spec/release-policy.md requires one MAJOR.MINOR train across all four SDKs.

Merge, then push v0.15.0 to trigger the publish workflow (it validates the tag against sdk/package.json).

🤖 Generated with Claude Code

Minor, and breaking: #38 removed `Ed25519Signer.fromMnemonic` (a raw-key
signer cannot satisfy a CIP-1852 address) and the codegen template's floor
references `^0.15.0`, so the package must publish 0.15.0 before the
`codegen` CI check can resolve it.

Coordinated fleet cut per `sdk-spec/release-policy.md`.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@scarmuega
scarmuega merged commit 7bf381f into main Aug 9, 2026
1 of 3 checks passed
@scarmuega
scarmuega deleted the release/0.15.0 branch August 9, 2026 15:36
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.

1 participant