@@ -5,13 +5,22 @@ All notable changes to DeepWork will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
5059Initial 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
0 commit comments