From ac89f97dab2c81a6ae10b5cce7d2501c2633e996 Mon Sep 17 00:00:00 2001 From: Sattvik Kansal Date: Thu, 23 Jul 2026 22:10:06 -0700 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.10.0=20=E2=80=94=20ETH=20r?= =?UTF-8?q?ails=20pinnable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pins the released surface to main. Since v0.9.0: bridge --asset eth (#28) — ETH via Wormhole, in (Sepolia -> wETH) + out (wETH -> Ethereum only), funded round-trip validated on Hadrian, plus the activate three-state fix (drained-PDA top-up); AGENTS.md v3.2 (#29); README refresh (#30). Bumps package.json/lock and the README install pin 0.9.0 -> 0.10.0. --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 819a4c8..787f7ba 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ git clone https://github.com/rome-protocol/rome-cli cd rome-cli && npm install && npm install -g . ``` -Pin a tag (e.g. `github:rome-protocol/rome-cli#v0.9.0`) for reproducible runs. +Pin a tag (e.g. `github:rome-protocol/rome-cli#v0.10.0`) for reproducible runs. ## CLI diff --git a/package-lock.json b/package-lock.json index e71e55f..4d4ee4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rome-protocol/cli", - "version": "0.8.0", + "version": "0.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rome-protocol/cli", - "version": "0.8.0", + "version": "0.10.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "@rome-protocol/registry": "github:rome-protocol/rome-registry#v0.1.0", diff --git a/package.json b/package.json index 530267a..563bee1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rome-protocol/cli", - "version": "0.9.0", + "version": "0.10.0", "description": "rome — the Rome Protocol dev CLI and MCP server: grounded chain facts and build patterns for humans and AI agents.", "type": "module", "bin": {