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"