From 7e5431a1875220621fb0f22d6238096e237f8ef5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Feb 2026 22:20:51 +0000 Subject: [PATCH] Release v0.8.0 --- 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 cb7fe8b3..81cd383d 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.8.0] - 2026-02-16 + +### Added + +### Changed + +### Fixed + ## [0.7.0] - 2026-02-05 ### Added @@ -248,7 +257,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.1...HEAD +[Unreleased]: https://github.com/Unsupervisedcom/deepwork/compare/0.8.0...HEAD +[0.8.0]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.8.0 [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 diff --git a/pyproject.toml b/pyproject.toml index 4070c134..ef2e5911 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "deepwork" -version = "0.7.0" +version = "0.8.0" 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 e9fefd00..6e527013 100644 --- a/uv.lock +++ b/uv.lock @@ -453,7 +453,7 @@ wheels = [ [[package]] name = "deepwork" -version = "0.7.0" +version = "0.8.0" source = { editable = "." } dependencies = [ { name = "aiofiles" },