From 61dc11d837c55ab88d034678d12991eeffc695bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 24 Jan 2026 20:33:31 +0000 Subject: [PATCH] Release v0.5.1 --- CHANGELOG.md | 12 +++++++++++- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91a876e7..1ca4fd3f 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.5.1] - 2026-01-24 + +### Added + +### Changed + +### Fixed + ### Removed ## [0.5.0] - 2026-01-24 @@ -206,7 +215,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.5.0...HEAD +[Unreleased]: https://github.com/Unsupervisedcom/deepwork/compare/0.5.1...HEAD +[0.5.1]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.5.1 [0.5.0]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.5.0 [0.4.2]: https://github.com/anthropics/deepwork/compare/0.4.1...0.4.2 [0.4.1]: https://github.com/anthropics/deepwork/compare/0.4.0...0.4.1 diff --git a/pyproject.toml b/pyproject.toml index a76599d4..c2bc3e4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "deepwork" -version = "0.5.0" +version = "0.5.1" description = "Framework for enabling AI agents to perform complex, multi-step work tasks" readme = "README.md" requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index 564a99f6..5c61745e 100644 --- a/uv.lock +++ b/uv.lock @@ -126,7 +126,7 @@ toml = [ [[package]] name = "deepwork" -version = "0.5.0" +version = "0.5.1" source = { editable = "." } dependencies = [ { name = "click" },