Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.15.0"
".": "0.16.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.16.0](https://github.com/aigengame/cli-agentic-workflow/compare/v0.15.0...v0.16.0) (2026-06-17)


### Features

* **#10:** Wave A — human_gate node kind + await parking ([#120](https://github.com/aigengame/cli-agentic-workflow/issues/120)) ([1270774](https://github.com/aigengame/cli-agentic-workflow/commit/12707742079a95f515b3c51747830978578c223f))
* **#10:** Wave B — approve / reject a parked gate via caw resume ([#122](https://github.com/aigengame/cli-agentic-workflow/issues/122)) ([5c8e9fe](https://github.com/aigengame/cli-agentic-workflow/commit/5c8e9febd0dea759f62141f3c814db4e1bffa8eb))
* **#10:** Wave C — multi-gate resume, TTY inline confirm, parked-run e2e ([#123](https://github.com/aigengame/cli-agentic-workflow/issues/123)) ([f079945](https://github.com/aigengame/cli-agentic-workflow/commit/f0799457ac0a80e72a7552bf2d3e199374b6097e))

## [0.15.0](https://github.com/aigengame/cli-agentic-workflow/compare/v0.14.0...v0.15.0) (2026-06-17)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "caw"
version = "0.15.0"
version = "0.16.0"
description = "A lightweight, local-first workflow kernel and CLI that composes external agent CLI entrypoints into explicit, inspectable, repeatable workflow runs."
readme = "README.md"
requires-python = ">=3.12"
Expand Down
2 changes: 1 addition & 1 deletion src/caw/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# release-please is the single version authority: it bumps this literal together with
# pyproject.toml on the Release PR, and nothing here computes a version (ADR 0005).
__version__ = "0.15.0"
__version__ = "0.16.0"
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.