From 71312dfa5b01a28c42a192d53a201a2cef750f50 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Wed, 22 Jul 2026 19:50:20 +0100 Subject: [PATCH 1/3] chore(release): cut rc-2026.7.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1aef8316..2c822bd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -809,7 +809,7 @@ dependencies = [ [[package]] name = "ant-node" -version = "0.14.4" +version = "0.14.5-rc.1" dependencies = [ "alloy", "ant-protocol", diff --git a/Cargo.toml b/Cargo.toml index abba4e5a..5c4bac23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-node" -version = "0.14.4" +version = "0.14.5-rc.1" edition = "2021" authors = ["David Irvine "] description = "Pure quantum-proof network node for the Autonomi decentralized network" From 0bbf139578119b3afbc253c26cf6f682fab0937d Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Wed, 22 Jul 2026 19:59:17 +0100 Subject: [PATCH 2/3] chore(release): cut rc-2026.7.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c822bd8..72add158 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -809,7 +809,7 @@ dependencies = [ [[package]] name = "ant-node" -version = "0.14.5-rc.1" +version = "0.15.0-rc.1" dependencies = [ "alloy", "ant-protocol", diff --git a/Cargo.toml b/Cargo.toml index 5c4bac23..401007e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-node" -version = "0.14.5-rc.1" +version = "0.15.0-rc.1" edition = "2021" authors = ["David Irvine "] description = "Pure quantum-proof network node for the Autonomi decentralized network" From c8b01de37b80eea06e8a447025abae6a2ae15c1c Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Thu, 23 Jul 2026 22:58:31 +0100 Subject: [PATCH 3/3] chore(release): promote rc-2026.7.3 to 0.15.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72add158..8be9cff9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -809,7 +809,7 @@ dependencies = [ [[package]] name = "ant-node" -version = "0.15.0-rc.1" +version = "0.15.0" dependencies = [ "alloy", "ant-protocol", diff --git a/Cargo.toml b/Cargo.toml index 401007e4..9add171f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-node" -version = "0.15.0-rc.1" +version = "0.15.0" edition = "2021" authors = ["David Irvine "] description = "Pure quantum-proof network node for the Autonomi decentralized network"