From 50485d15a4fa33e5b8ec7809958e710e6a0b0235 Mon Sep 17 00:00:00 2001 From: Dandre Yang Date: Wed, 12 Aug 2026 08:58:21 +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.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump package metadata and date the Skill lifecycle changelog for the next PyPI release. --- 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 7614fe1..dc11621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.6.4 - 2026-08-12 + - Guide control-plane Skill install during interactive `dyro setup` (preview in the plan; apply only after confirmation; soft-fail if no host is ready). - After a successful package update (`dyro update now` or patch auto-update), diff --git a/pyproject.toml b/pyproject.toml index 9e06d2f..b77eb5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dyro" -version = "0.6.3" +version = "0.6.4" 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 4d1ef1d..e6bf393 100644 --- a/uv.lock +++ b/uv.lock @@ -286,7 +286,7 @@ wheels = [ [[package]] name = "dyro" -version = "0.6.3" +version = "0.6.4" source = { editable = "." } dependencies = [ { name = "cryptography" },