diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 795a8e35..bfcfd0f7 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.9", + "version": "0.14.0", "source": "./plugins/claude", "author": { "name": "DeepWork" diff --git a/CHANGELOG.md b/CHANGELOG.md index e330faea..7444d617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Fixed + +### Removed +## [0.14.0] - 2026-04-20 + +### Added + - New `PLUG-REQ-001.15: Hook Script CLI Invocation` requirement in `doc/specs/deepwork/cli_plugins/PLUG-REQ-001-claude-code-plugin.md` ### Changed @@ -538,7 +547,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.9...HEAD +[Unreleased]: https://github.com/Unsupervisedcom/deepwork/compare/0.14.0...HEAD +[0.14.0]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.14.0 [0.13.9]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.13.9 [0.13.8]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.13.8 [0.13.7]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.13.7 diff --git a/learning_agents/.claude-plugin/plugin.json b/learning_agents/.claude-plugin/plugin.json index 72266e16..b260392f 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.9", + "version": "0.14.0", "author": { "name": "DeepWork" }, diff --git a/plugins/claude/.claude-plugin/plugin.json b/plugins/claude/.claude-plugin/plugin.json index 9ebee7b1..2183b174 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.9", + "version": "0.14.0", "author": { "name": "DeepWork" }, diff --git a/pyproject.toml b/pyproject.toml index 93944250..6d0a1153 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "deepwork" -version = "0.13.9" +version = "0.14.0" 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 fbbbac06..df0fc6e0 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.9" +__version__ = "0.14.0" __author__ = "DeepWork Contributors" __all__ = [ diff --git a/uv.lock b/uv.lock index 1221a67d..c42f5ed3 100644 --- a/uv.lock +++ b/uv.lock @@ -459,7 +459,7 @@ wheels = [ [[package]] name = "deepwork" -version = "0.13.9" +version = "0.14.0" source = { editable = "." } dependencies = [ { name = "aiofiles" },