From f178dfdc5b3fbffcc01e0a51f10a23129783ab3c Mon Sep 17 00:00:00 2001 From: Aaron Bockelie Date: Mon, 11 May 2026 17:32:53 -0500 Subject: [PATCH] chore: bump attend to v0.7.1 Patch release for #89: fix(attend): resolve session UUID in background sessions. No other changes since v0.7.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 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"