Skip to content

Commit ac98a10

Browse files
Release v0.9.3 (#240)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 330b728 commit ac98a10

5 files changed

Lines changed: 15 additions & 5 deletions

File tree

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.3] - 2026-02-27
18+
19+
### Added
20+
21+
### Changed
22+
23+
### Fixed
24+
1625
### Removed
1726
## [0.9.2] - 2026-02-24
1827

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

285294
Initial version.
286295

287-
[Unreleased]: https://github.com/Unsupervisedcom/deepwork/compare/0.9.2...HEAD
296+
[Unreleased]: https://github.com/Unsupervisedcom/deepwork/compare/0.9.3...HEAD
297+
[0.9.3]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.9.3
288298
[0.9.2]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.9.2
289299
[0.9.1]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.9.1
290300
[0.9.0]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.9.0

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.2",
4+
"version": "0.9.3",
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.2",
4+
"version": "0.9.3",
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.2"
3+
version = "0.9.3"
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)