From 5a7700e428f98cbffedc91fd24568c2bd6b8f360 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 Apr 2026 18:25:03 +0000 Subject: [PATCH] Release v0.13.4 --- .claude-plugin/marketplace.json | 2 +- CHANGELOG.md | 12 +++++++++++- learning_agents/.claude-plugin/plugin.json | 2 +- plugins/claude/.claude-plugin/plugin.json | 2 +- pyproject.toml | 2 +- src/deepwork/__init__.py | 2 +- uv.lock | 2 +- 7 files changed, 17 insertions(+), 7 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 33456b7b..b9e8a103 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.3", + "version": "0.13.4", "source": "./plugins/claude", "author": { "name": "DeepWork" diff --git a/CHANGELOG.md b/CHANGELOG.md index 1555dead..490857c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +### Fixed + +### Removed +## [0.13.4] - 2026-04-11 + +### Added + +### Changed + - Post-commit review reminder hook now short-circuits when all applicable (non-catch-all) review rules for the committed files are already marked as passed, emitting "No re-review needed" instead of nagging ### Fixed @@ -459,7 +468,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.3...HEAD +[Unreleased]: https://github.com/Unsupervisedcom/deepwork/compare/0.13.4...HEAD +[0.13.4]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.13.4 [0.13.3]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.13.3 [0.13.2]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.13.2 [0.13.1]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.13.1 diff --git a/learning_agents/.claude-plugin/plugin.json b/learning_agents/.claude-plugin/plugin.json index c905e51c..e10cb27c 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.3", + "version": "0.13.4", "author": { "name": "DeepWork" }, diff --git a/plugins/claude/.claude-plugin/plugin.json b/plugins/claude/.claude-plugin/plugin.json index 11638bf8..1f7db32d 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.3", + "version": "0.13.4", "author": { "name": "DeepWork" }, diff --git a/pyproject.toml b/pyproject.toml index 264689b0..6e40b7b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "deepwork" -version = "0.13.3" +version = "0.13.4" 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 725bfcf7..12177128 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.3" +__version__ = "0.13.4" __author__ = "DeepWork Contributors" __all__ = [ diff --git a/uv.lock b/uv.lock index 41a03357..099a8031 100644 --- a/uv.lock +++ b/uv.lock @@ -459,7 +459,7 @@ wheels = [ [[package]] name = "deepwork" -version = "0.13.3" +version = "0.13.4" source = { editable = "." } dependencies = [ { name = "aiofiles" },