From a8681f3c28685270a75797608668be7eea9e469c Mon Sep 17 00:00:00 2001 From: Aaron Bockelie Date: Wed, 22 Jul 2026 14:12:06 -0500 Subject: [PATCH] release(attend): bump to 0.12.0 --- tools/Cargo.lock | 2 +- tools/attend/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/Cargo.lock b/tools/Cargo.lock index 57f5d4b0..631b2197 100644 --- a/tools/Cargo.lock +++ b/tools/Cargo.lock @@ -219,7 +219,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "attend" -version = "0.11.0" +version = "0.12.0" dependencies = [ "agent-fmt", "agent-identity", diff --git a/tools/attend/Cargo.toml b/tools/attend/Cargo.toml index 91dd373c..388aa03e 100644 --- a/tools/attend/Cargo.toml +++ b/tools/attend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "attend" -version = "0.11.0" +version = "0.12.0" edition = "2021" description = "Active awareness module — adaptive sensing and disclosure for Claude Code sessions" license = "MIT"