From 5027c8654225592ac833a8eae50201b5c6ae34f2 Mon Sep 17 00:00:00 2001 From: temrjan Date: Fri, 10 Jul 2026 15:13:21 +0500 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.1.0=20=E2=80=94=20the=20co?= =?UTF-8?q?nsole=20decides?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit First minor: C-PR-1 complete (transport + auth + watch + approve/deny, invariants #1-#7 covered, 130 tests). The v0.1.0 tag publishes the binary-carrier image ghcr.io/rustok-org/rustok-console consumed by mcp/Dockerfile.wallet via ARG CONSOLE_IMAGE. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 819080f..0b8c8ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1096,7 +1096,7 @@ dependencies = [ [[package]] name = "rustok-console" -version = "0.0.1" +version = "0.1.0" dependencies = [ "ratatui", "serde", diff --git a/Cargo.toml b/Cargo.toml index f185ba1..c6d2a65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustok-console" -version = "0.0.1" +version = "0.1.0" edition = "2024" rust-version = "1.95" license = "MIT"