From 2b22d487b1a89e17d78fd0f58f627f4a576700c8 Mon Sep 17 00:00:00 2001 From: Aman Jaiman Date: Fri, 10 Jul 2026 18:51:10 -0400 Subject: [PATCH] Cut 0.4.0 in the changelog Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c159554..52a4f6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.4.0] - 2026-07-10 + ### Changed - **tmux runs now start attached** — `sleeperagent run` (and `attach-existing`) from a real terminal puts your terminal inside the tmux session immediately @@ -111,5 +113,6 @@ upgrading. times are cleared once the agent resumes, so `status` reports `RUNNING` with no leftover countdown. -[Unreleased]: https://github.com/amanjaiman/sleeperagent/compare/v0.3.0...main +[Unreleased]: https://github.com/amanjaiman/sleeperagent/compare/v0.4.0...main +[0.4.0]: https://github.com/amanjaiman/sleeperagent/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/amanjaiman/sleeperagent/compare/v0.2.0...v0.3.0