diff --git a/tools/Cargo.lock b/tools/Cargo.lock index 5ad18c9..6b6fb5c 100644 --- a/tools/Cargo.lock +++ b/tools/Cargo.lock @@ -219,7 +219,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "attend" -version = "0.7.0" +version = "0.7.1" dependencies = [ "agent-fmt", "agent-identity", diff --git a/tools/attend/Cargo.toml b/tools/attend/Cargo.toml index d0ce93a..90f738a 100644 --- a/tools/attend/Cargo.toml +++ b/tools/attend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "attend" -version = "0.7.0" +version = "0.7.1" edition = "2021" description = "Active awareness module — adaptive sensing and disclosure for Claude Code sessions" license = "MIT"