Skip to content

Commit 1f7838a

Browse files
Release v0.9.8 (#296)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 599ab01 commit 1f7838a

6 files changed

Lines changed: 29 additions & 8 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,19 @@
1111
{
1212
"name": "deepwork",
1313
"description": "Framework for AI-powered multi-step workflows with quality gates",
14-
"version": "0.9.7",
14+
"version": "0.9.8",
1515
"source": "./plugins/claude",
1616
"author": {
1717
"name": "DeepWork"
1818
},
1919
"category": "workflow",
20-
"keywords": ["workflow", "automation", "quality-gates", "multi-step", "planning"],
20+
"keywords": [
21+
"workflow",
22+
"automation",
23+
"quality-gates",
24+
"multi-step",
25+
"planning"
26+
],
2127
"repository": "https://github.com/Unsupervisedcom/deepwork",
2228
"license": "BSL-1.1"
2329
},
@@ -30,7 +36,12 @@
3036
"name": "DeepWork"
3137
},
3238
"category": "learning",
33-
"keywords": ["agents", "learning", "self-improving", "sub-agents"],
39+
"keywords": [
40+
"agents",
41+
"learning",
42+
"self-improving",
43+
"sub-agents"
44+
],
3445
"repository": "https://github.com/Unsupervisedcom/deepwork",
3546
"license": "MIT"
3647
}

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Fixed
1515

16+
### Removed
17+
## [0.9.8] - 2026-03-26
18+
19+
### Added
20+
21+
### Changed
22+
23+
### Fixed
24+
1625
### Removed
1726
## [0.9.7] - 2026-03-24
1827

@@ -346,7 +355,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
346355

347356
Initial version.
348357

349-
[Unreleased]: https://github.com/Unsupervisedcom/deepwork/compare/0.9.7...HEAD
358+
[Unreleased]: https://github.com/Unsupervisedcom/deepwork/compare/0.9.8...HEAD
359+
[0.9.8]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.9.8
350360
[0.9.7]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.9.7
351361
[0.9.6]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.9.6
352362
[0.9.5]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.9.5

learning_agents/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "learning-agents",
33
"description": "Auto-improving AI sub-agents that learn from their mistakes across sessions",
4-
"version": "0.9.7",
4+
"version": "0.9.8",
55
"author": {
66
"name": "DeepWork"
77
},

plugins/claude/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deepwork",
33
"description": "Framework for AI-powered multi-step workflows with quality gates",
4-
"version": "0.9.7",
4+
"version": "0.9.8",
55
"author": {
66
"name": "DeepWork"
77
},

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.9.7"
3+
version = "0.9.8"
44
description = "Framework for enabling AI agents to perform complex, multi-step work tasks"
55
readme = "README.md"
66
requires-python = ">=3.11"

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)