From 6132e54c55cf16e322ce0511e4a7257ea10fe90c Mon Sep 17 00:00:00 2001 From: Jonathan Crockett Date: Sat, 1 Aug 2026 14:56:38 -0400 Subject: [PATCH] Close out the changelog for 0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Everything under [Unreleased] shipped with the delegation work: plans, `ike delegate`, the separate agent gate, interactive sessions, and the per-run effort level. Done by hand and before tagging, because the GitHub release notes are generated from commit subjects (`changelog: use: github`) rather than from this file — so a tag pushed first leaves CHANGELOG.md describing a version that has already gone out as "unreleased". Co-Authored-By: Claude Opus 5 (1M context) --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0d936f..c01be2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to ike are recorded here. The format follows ## [Unreleased] +## [0.2.0] - 2026-08-01 + ### Added - **Delegate a task to an agent.** `ike delegate ` (or `D` in the TUI) runs @@ -153,5 +155,6 @@ First release. - The TUI needs one more row than before (12 rather than 10), for the line that names the current space. -[Unreleased]: https://github.com/jonascript/ike/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/jonascript/ike/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/jonascript/ike/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/jonascript/ike/releases/tag/v0.1.0