From 264f2b8efd66a0e0ac828ea88379105711edd7b4 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 16 Jan 2026 01:11:29 +0000 Subject: [PATCH 1/2] Prepare release 0.2.0 - Update CHANGELOG.md with all changes since 0.1.1 - Bump version from 0.1.2 to 0.2.0 --- CHANGELOG.md | 25 +++++++++++++++++-------- pyproject.toml | 2 +- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2881e90..bc7c82dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,22 @@ All notable changes to DeepWork will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.1.2] - 2026-01-15 +## [0.2.0] - 2026-01-16 ### Added -- Default policy template file created during `deepwork install` - - Generic, commented-out example policies suitable for any project - - Does not include deepwork-specific policies (those remain in the deepwork repo only) - - Preserves existing policy files if already present +- `update.job` for maintaining standard jobs (#41) +- `make_new_job.sh` script and templates directory for job scaffolding (#37) +- Default policy template file created during `deepwork install` (#42) +- Full e2e test suite: define → implement → execute workflow (#45) +- Automated tests for all shell scripts (#40) + +### Changed +- Standardized on "ask structured questions" phrasing across all jobs (#48) +- deepwork_jobs bumped to v0.5.0, deepwork_policy to v0.2.0 + +### Fixed +- Stop hooks now properly return blocking JSON (#38) +- Various CI workflow fixes (#35, #46, #47, #51, #52) ## [0.1.1] - 2026-01-15 @@ -49,6 +58,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial version. -[0.1.2]: https://github.com/anthropics/deepwork/releases/tag/v0.1.2 -[0.1.1]: https://github.com/anthropics/deepwork/releases/tag/v0.1.1 -[0.1.0]: https://github.com/anthropics/deepwork/releases/tag/v0.1.0 +[0.2.0]: https://github.com/anthropics/deepwork/releases/tag/0.2.0 +[0.1.1]: https://github.com/anthropics/deepwork/releases/tag/0.1.1 +[0.1.0]: https://github.com/anthropics/deepwork/releases/tag/0.1.0 diff --git a/pyproject.toml b/pyproject.toml index 041f6042..06b51514 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "deepwork" -version = "0.1.2" +version = "0.2.0" description = "Framework for enabling AI agents to perform complex, multi-step work tasks" readme = "README.md" requires-python = ">=3.11" From c1ba3d9577dc42a33a865e326a145cf211c6a69a Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 16 Jan 2026 01:12:48 +0000 Subject: [PATCH 2/2] Update uv.lock for 0.2.0 --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 3706d2f5..744b19bf 100644 --- a/uv.lock +++ b/uv.lock @@ -126,7 +126,7 @@ toml = [ [[package]] name = "deepwork" -version = "0.1.2" +version = "0.2.0" source = { editable = "." } dependencies = [ { name = "click" },