diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index efd4a8e1..e19c7f8d 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -11,7 +11,7 @@ { "name": "deepwork", "description": "Framework for AI-powered multi-step workflows with quality gates", - "version": "0.13.6", + "version": "0.13.7", "source": "./plugins/claude", "author": { "name": "DeepWork" diff --git a/CHANGELOG.md b/CHANGELOG.md index b30f1e04..e46d0841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +### Removed +## [0.13.7] - 2026-04-14 + +### Added + +### Changed + +### Fixed + ### Removed ## [0.13.6] - 2026-04-14 @@ -504,7 +513,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial version. -[Unreleased]: https://github.com/Unsupervisedcom/deepwork/compare/0.13.6...HEAD +[Unreleased]: https://github.com/Unsupervisedcom/deepwork/compare/0.13.7...HEAD +[0.13.7]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.13.7 [0.13.6]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.13.6 [0.13.5]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.13.5 [0.13.4]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.13.4 diff --git a/learning_agents/.claude-plugin/plugin.json b/learning_agents/.claude-plugin/plugin.json index 4f8ecafe..37119ef4 100644 --- a/learning_agents/.claude-plugin/plugin.json +++ b/learning_agents/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "learning-agents", "description": "Auto-improving AI sub-agents that learn from their mistakes across sessions", - "version": "0.13.6", + "version": "0.13.7", "author": { "name": "DeepWork" }, diff --git a/plugins/claude/.claude-plugin/plugin.json b/plugins/claude/.claude-plugin/plugin.json index 4946c3ee..9387fda7 100644 --- a/plugins/claude/.claude-plugin/plugin.json +++ b/plugins/claude/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "deepwork", "description": "Framework for AI-powered multi-step workflows with quality gates", - "version": "0.13.6", + "version": "0.13.7", "author": { "name": "DeepWork" }, diff --git a/pyproject.toml b/pyproject.toml index 825859c0..af3ed2bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "deepwork" -version = "0.13.6" +version = "0.13.7" description = "Framework for enabling AI agents to perform complex, multi-step work tasks" readme = "README.md" requires-python = ">=3.11" diff --git a/src/deepwork/__init__.py b/src/deepwork/__init__.py index a035fcb3..0259433b 100644 --- a/src/deepwork/__init__.py +++ b/src/deepwork/__init__.py @@ -1,6 +1,6 @@ """DeepWork - Framework for enabling AI agents to perform complex, multi-step work tasks.""" -__version__ = "0.13.6" +__version__ = "0.13.7" __author__ = "DeepWork Contributors" __all__ = [ diff --git a/uv.lock b/uv.lock index 04bc77c3..ea787a7b 100644 --- a/uv.lock +++ b/uv.lock @@ -459,7 +459,7 @@ wheels = [ [[package]] name = "deepwork" -version = "0.13.6" +version = "0.13.7" source = { editable = "." } dependencies = [ { name = "aiofiles" },