Skip to content

chore(release): bump to 0.13.0 - #532

Merged
szhygulin merged 1 commit into
mainfrom
chore/v0.13.0
Apr 28, 2026
Merged

chore(release): bump to 0.13.0#532
szhygulin merged 1 commit into
mainfrom
chore/v0.13.0

Conversation

@szhygulin

Copy link
Copy Markdown
Collaborator

Release v0.13.0 — versions synced across package.json, server.json (top-level + packages[0]), and the embedded SERVER_VERSION constant in src/modules/incident-report/index.ts.

Tests: 2455 / 2455 passing locally; `npm run build` clean.

After this PR merges to `main`, fire the publish workflow by tagging the merge commit and creating a GitHub Release:

```sh
git fetch origin main
git tag v0.13.0 origin/main
git push origin v0.13.0
gh release create v0.13.0 --title "v0.13.0" --notes-file
```

The publish workflow (`.github/workflows/publish.yml`) is `on: release: types: [published]` — pushing the tag alone won't fire it; the GitHub Release event is the trigger.

Highlights

New tools

Security hardening

Token-send

Yields v2 (#431)

PnL

Fixes

Roadmap defers

Deliberately deferred

Test plan

  • `npm run build` clean
  • `npx vitest run` — 2455/2455 pass
  • `git grep "0.12.1"` — no stale references outside lockfile/fixtures
  • CI green on this PR
  • After merge: tag, GitHub Release, publish workflow runs through to npm + MCP Registry

🤖 Generated with Claude Code

New tools:
  - resolve_token (#440) — symbol+chain → canonical contract w/ bridged-variant warnings
  - list_solana_validators (#436) — stakewiz-backed ranking helper for native-stake delegate
  - prepare_sunswap_swap (#432) — TRON-native DEX
  - get_swap_quote / prepare_swap filters (#439, #516) — excludeExchanges/excludeBridges/order

Token-send hardening:
  - prepare_token_send tokenClass framework + rebasing seed (#441)
  - prepare_solana_native_send memo (#434)
  - prepare_morpho_repay accepts amount="max" (#437)

Yields v2 (#431):
  - DefiLlama bundle: Marinade + Jito + Kamino-lend + Morpho-Blue (#287/#289/#290/#291)
  - MarginFi on-chain wallet-less reader (#288)
  - EigenLayer + native-stake deferred indefinitely (#292/#293)

Security:
  - Inv #14 durableBindings on prepare_* tools (#460)
  - Inv #8 BIP-137 byte-fingerprint + drainer-string refusal (#454)
  - get_pnl_summary mtd period (#447)
  - SignedContactEntry intendedChains + CONTACT-CHAIN MISMATCH (#482)
  - UnsignedTx.secondLlmRequired scaffold for Inv #12.5 (#501)

Fixes:
  - TRON_TOKENS.USDD pointed at WTRX (#507)
  - README glama badge rendering (#521)

Roadmap defers:
  - BIP-322, EIP-7702 builder, Tier-1 bridge facet decoders, Solana NFT trio,
    BTC/LTC dryRun, solo-validator deposit (#438, #481, #451, #474/#475/#476,
    #479, #430)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@szhygulin
szhygulin merged commit 522e229 into main Apr 28, 2026
4 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 28, 2026
@szhygulin
szhygulin deleted the chore/v0.13.0 branch May 19, 2026 04:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant