From 40e22a6280582479e5fe09f9982e3bbabd3ca2aa Mon Sep 17 00:00:00 2001 From: Jean-Christophe Buteau Date: Thu, 27 Aug 2026 10:31:43 -0400 Subject: [PATCH] Bump version to v0.25.1 Co-Authored-By: Claude Opus 5 (1M context) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 846aef8..b3cbfd3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1512,7 +1512,7 @@ dependencies = [ [[package]] name = "lacuna" -version = "0.25.0" +version = "0.25.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 62330ef..a0274f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lacuna" -version = "0.25.0" +version = "0.25.1" edition = "2024" license = "MIT"