From c3c70f06a2e33bdd8bbfe1e7c5ef8b2629adf7d9 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Fri, 5 Jun 2026 18:21:53 +0100 Subject: [PATCH 1/2] chore(release): cut rc-2026.6.1 --- Cargo.lock | 2 +- ant-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0b91609..d9d0d18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -815,7 +815,7 @@ dependencies = [ [[package]] name = "ant-cli" -version = "0.2.6" +version = "0.2.7-rc.1" dependencies = [ "ant-core", "anyhow", diff --git a/ant-cli/Cargo.toml b/ant-cli/Cargo.toml index ee94418..1b79b83 100644 --- a/ant-cli/Cargo.toml +++ b/ant-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-cli" -version = "0.2.6" +version = "0.2.7-rc.1" edition = "2021" description = "Unified CLI (`ant`) for the Autonomi network: store and retrieve data, and manage local nodes." license = "MIT OR Apache-2.0" From 405f7128bd8ae4f415b18c7f9a0adcf65b2fb917 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Sat, 6 Jun 2026 21:16:12 +0100 Subject: [PATCH 2/2] chore(release): promote rc-2026.6.1 to 0.2.7 --- Cargo.lock | 2 +- ant-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9d0d18..d3ad535 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -815,7 +815,7 @@ dependencies = [ [[package]] name = "ant-cli" -version = "0.2.7-rc.1" +version = "0.2.7" dependencies = [ "ant-core", "anyhow", diff --git a/ant-cli/Cargo.toml b/ant-cli/Cargo.toml index 1b79b83..2c6d828 100644 --- a/ant-cli/Cargo.toml +++ b/ant-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-cli" -version = "0.2.7-rc.1" +version = "0.2.7" edition = "2021" description = "Unified CLI (`ant`) for the Autonomi network: store and retrieve data, and manage local nodes." license = "MIT OR Apache-2.0"