From cec86b4658dfd1b89fcc53784c2f66f031b8ee54 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Tue, 11 Aug 2026 19:59:32 +0100 Subject: [PATCH 1/2] chore(release): cut rc-2026.8.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef2f42a..ad11454 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://autonomi.com" license = "MIT OR Apache-2.0" name = "evmlib" repository = "https://github.com/WithAutonomi/evmlib" -version = "0.9.0" +version = "0.9.1-rc.1" [features] external-signer = [] From aef4bda03b7bf9bfb42e40e27f7989aae02b6cbe Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Wed, 12 Aug 2026 16:58:35 +0100 Subject: [PATCH 2/2] chore(release): promote rc-2026.8.2 to 0.9.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad11454..46d74c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://autonomi.com" license = "MIT OR Apache-2.0" name = "evmlib" repository = "https://github.com/WithAutonomi/evmlib" -version = "0.9.1-rc.1" +version = "0.9.1" [features] external-signer = []