diff --git a/CHANGELOG.md b/CHANGELOG.md index f46749686..2450311f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ parallel copies under `docs/` or `scripts/notes/`. At cut time: rename ## [Unreleased] +## [0.3.3] - 2026-08-25 + ### TUI - Idle-with-fleet is real: after Skywalker dispatches workers with `spawn_agent` diff --git a/package.json b/package.json index 71b4a664e..d31d994ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@corbits/code", - "version": "0.3.2", + "version": "0.3.3", "description": "Single-process coding agent CLI built on the Interchange runtime (Bun + TypeScript)", "private": true, "license": "SEE LICENSE IN LICENSE.md",