diff --git a/CHANGELOG.md b/CHANGELOG.md index 44f8602..871d3dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.6.7 - 2026-08-13 + - Make bare `dyro update` check, confirm, and install (same path as `update now`). `update check` remains check-only; `--yes` skips the confirmation on both `update` and `update now`. diff --git a/pyproject.toml b/pyproject.toml index 7f1b318..57cc117 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dyro" -version = "0.6.6" +version = "0.6.7" 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 a191fe9..f88d285 100644 --- a/uv.lock +++ b/uv.lock @@ -286,7 +286,7 @@ wheels = [ [[package]] name = "dyro" -version = "0.6.6" +version = "0.6.7" source = { editable = "." } dependencies = [ { name = "cryptography" },