From f9b070cb9440855eb949f5d46f6ae3dc99804f14 Mon Sep 17 00:00:00 2001 From: DandreYang <13072547+Dandre126@users.noreply.github.com> Date: Thu, 13 Aug 2026 14:26:16 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E5=8F=91=E5=B8=83):=20=E5=87=86=E5=A4=87?= =?UTF-8?q?=200.6.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e91ad2..236e9ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.6.6 - 2026-08-13 + - Launch any installed coding tool from `dyro start` / `open`, not only a Codex Profile adapter; `agent add --preset` now covers the catalogued launchable tools. diff --git a/pyproject.toml b/pyproject.toml index cb0f4f9..7f1b318 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dyro" -version = "0.6.5" +version = "0.6.6" description = "DyroEngineeringFlow: local-first automation and delivery control for multi-repository teams" readme = "README.md" requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index 46c6326..a191fe9 100644 --- a/uv.lock +++ b/uv.lock @@ -286,7 +286,7 @@ wheels = [ [[package]] name = "dyro" -version = "0.6.5" +version = "0.6.6" source = { editable = "." } dependencies = [ { name = "cryptography" },