From 82c26c7c54fd66d7a5423d8eec56eba3c71d1768 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Fri, 5 Jun 2026 18:21:47 +0100 Subject: [PATCH 1/2] chore(release): cut rc-2026.6.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ca1a6bd..58370b56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -809,7 +809,7 @@ dependencies = [ [[package]] name = "ant-node" -version = "0.11.6" +version = "0.12.0-rc.1" dependencies = [ "alloy", "ant-protocol", diff --git a/Cargo.toml b/Cargo.toml index e89ab459..09fe93b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-node" -version = "0.11.6" +version = "0.12.0-rc.1" edition = "2021" authors = ["David Irvine "] description = "Pure quantum-proof network node for the Autonomi decentralized network" From fc4693687f2ef7fe4cdfcea459260d498c82b747 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Sat, 6 Jun 2026 19:59:35 +0100 Subject: [PATCH 2/2] chore(release): promote rc-2026.6.1 to 0.12.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58370b56..45e89fe6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -809,7 +809,7 @@ dependencies = [ [[package]] name = "ant-node" -version = "0.12.0-rc.1" +version = "0.12.0" dependencies = [ "alloy", "ant-protocol", diff --git a/Cargo.toml b/Cargo.toml index 09fe93b5..1175dc05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-node" -version = "0.12.0-rc.1" +version = "0.12.0" edition = "2021" authors = ["David Irvine "] description = "Pure quantum-proof network node for the Autonomi decentralized network"