Skip to content

Commit 264f2b8

Browse files
committed
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
1 parent ec7d2df commit 264f2b8

2 files changed

Lines changed: 18 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,22 @@ All notable changes to DeepWork 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.1.2] - 2026-01-15
8+
## [0.2.0] - 2026-01-16
99

1010
### Added
11-
- Default policy template file created during `deepwork install`
12-
- Generic, commented-out example policies suitable for any project
13-
- Does not include deepwork-specific policies (those remain in the deepwork repo only)
14-
- Preserves existing policy files if already present
11+
- `update.job` for maintaining standard jobs (#41)
12+
- `make_new_job.sh` script and templates directory for job scaffolding (#37)
13+
- Default policy template file created during `deepwork install` (#42)
14+
- Full e2e test suite: define → implement → execute workflow (#45)
15+
- Automated tests for all shell scripts (#40)
16+
17+
### Changed
18+
- Standardized on "ask structured questions" phrasing across all jobs (#48)
19+
- deepwork_jobs bumped to v0.5.0, deepwork_policy to v0.2.0
20+
21+
### Fixed
22+
- Stop hooks now properly return blocking JSON (#38)
23+
- Various CI workflow fixes (#35, #46, #47, #51, #52)
1524

1625
## [0.1.1] - 2026-01-15
1726

@@ -49,6 +58,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4958

5059
Initial version.
5160

52-
[0.1.2]: https://github.com/anthropics/deepwork/releases/tag/v0.1.2
53-
[0.1.1]: https://github.com/anthropics/deepwork/releases/tag/v0.1.1
54-
[0.1.0]: https://github.com/anthropics/deepwork/releases/tag/v0.1.0
61+
[0.2.0]: https://github.com/anthropics/deepwork/releases/tag/0.2.0
62+
[0.1.1]: https://github.com/anthropics/deepwork/releases/tag/0.1.1
63+
[0.1.0]: https://github.com/anthropics/deepwork/releases/tag/0.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "deepwork"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
description = "Framework for enabling AI agents to perform complex, multi-step work tasks"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)