From 4933acdba198737d69ac8407d974f97d6d3c55bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 24 Jan 2026 20:23:29 +0000 Subject: [PATCH] Release v0.5.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 4eb764da..91a876e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +### Changed + +### Fixed + +### Removed +## [0.5.0] - 2026-01-24 + ### Added - Installer now auto-adds permission for `make_new_job.sh` script, allowing Claude to run job creation without manual configuration - Manual release workflow (`create-release.yml`) that automates version releases: @@ -197,7 +206,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial version. -[Unreleased]: https://github.com/anthropics/deepwork/compare/0.4.2...HEAD +[Unreleased]: https://github.com/Unsupervisedcom/deepwork/compare/0.5.0...HEAD +[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 [0.4.0]: https://github.com/anthropics/deepwork/compare/0.3.1...0.4.0 diff --git a/pyproject.toml b/pyproject.toml index 98bb5f81..a76599d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "deepwork" -version = "0.4.2" +version = "0.5.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 85982610..564a99f6 100644 --- a/uv.lock +++ b/uv.lock @@ -126,7 +126,7 @@ toml = [ [[package]] name = "deepwork" -version = "0.4.2" +version = "0.5.0" source = { editable = "." } dependencies = [ { name = "click" },