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" },