From 24e496a8bb39e4b081834e755d896a2f18c4c22b Mon Sep 17 00:00:00 2001 From: DandreYang <13072547+Dandre126@users.noreply.github.com> Date: Thu, 13 Aug 2026 19:32:44 +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.7?= 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 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" },