Skip to content

Commit 1f554aa

Browse files
committed
chore(release): version 0.21.0
1 parent ba949c3 commit 1f554aa

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.21.0] - 2026-03-23
9+
10+
### Added
11+
- **Coder Subagent Integration:** Integrated the `coder` subagent into the `/task` workflow for granular implementation delegation.
12+
13+
### Changed
14+
- **Task Workflow Refinement:** Refactored the `/task` command to delegate implementation steps to the specialized `coder` agent.
15+
16+
### Documentation
17+
- Updated User Guide to reflect the new `coder` agent delegation in the `/task work` workflow.
18+
819
## [0.20.0] - 2026-03-23
920

1021
### Added

journal/2026-03-23.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@
2525
[2026-03-23T07:50:31] - Update user documentation to reflect coder agent delegation in /task.
2626
[2026-03-23T07:50:58] - Finalize coder agent integration into /task work workflow.
2727
[2026-03-23T07:53:11] - Archive completed coder agent integration task.
28+
[2026-03-23T07:54:42] - Finalize release v0.21.0.
29+
[2026-03-23T07:55:47] - Release v0.21.0: include uv.lock update.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "starter"
3-
version = "0.20.0"
3+
version = "0.21.0"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)