From 849ad227991c34bdc47a7e7e6b84b2a1faff56e7 Mon Sep 17 00:00:00 2001 From: client-software-ci <129794699+client-software-ci@users.noreply.github.com> Date: Tue, 18 Aug 2026 23:12:06 +0000 Subject: [PATCH] chore(release): 0.11.0 Signed-off-by: client-software-ci <129794699+client-software-ci@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21b6cdfa..b3084bbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.11.0 (2026-08-18) + +### ⚠ BREAKING CHANGES + +* shorten the session working directory name for Windows MAX_PATH — session working dir is no longer prefixed with session ID; `embedded_files` renamed to `ef` (#348) + +### Bug Fixes + +* resolve system commands from trusted dirs, not PATH (#349) +* do not cache failed command lookups (#350) +* address automated review findings on the trusted-path resolver (#351) + ## 0.10.14 (2026-08-11) ### Features