From c7897003b293c97290a7b8c69c6d9bac1aef286e Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Tue, 23 Jun 2026 14:07:00 +0100 Subject: [PATCH] chore(release): bump version to 0.14.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Minor release on top of v0.13.0. Notable change since v0.13.0 is PR #128 (Gossip-triggered subtree audit + responsible-chunk audit, ADR-0002), which carries breaking changes — hence the minor bump rather than 0.13.1. Also includes #154, #157 (audit logging) and #124 (CI ADR governance). 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 1fd5bcd..e212fa4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -809,7 +809,7 @@ dependencies = [ [[package]] name = "ant-node" -version = "0.13.1" +version = "0.14.0" dependencies = [ "alloy", "ant-protocol", diff --git a/Cargo.toml b/Cargo.toml index eacf93e..7d08918 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-node" -version = "0.13.1" +version = "0.14.0" edition = "2021" authors = ["David Irvine "] description = "Pure quantum-proof network node for the Autonomi decentralized network"