From d86d7efdbb1cde7700c74b44a60efba02062d593 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Sun, 21 Jun 2026 23:08:41 +0100 Subject: [PATCH] chore(release): bump version to 0.13.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch release on top of v0.13.0. Only change since v0.13.0 is PR #154 (fix(replication): log audit send failures) — extended audit-timeout diagnostics logging. Co-Authored-By: Claude Opus 4.8 (1M context) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 10c53fff..1fd5bcd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -809,7 +809,7 @@ dependencies = [ [[package]] name = "ant-node" -version = "0.13.0" +version = "0.13.1" dependencies = [ "alloy", "ant-protocol", diff --git a/Cargo.toml b/Cargo.toml index 7cbcbc9f..c7e43107 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-node" -version = "0.13.0" +version = "0.13.1" edition = "2021" authors = ["David Irvine "] description = "Pure quantum-proof network node for the Autonomi decentralized network"