From 8809023c959674bdadcb9e8146c5deb34cc77a54 Mon Sep 17 00:00:00 2001 From: JRS1986 <1651269+JRS1986@users.noreply.github.com> Date: Thu, 28 May 2026 14:09:54 +0200 Subject: [PATCH] Release v0.7.0 --- 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 568f026..76a7f62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ aims to follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.7.0] — 2026-05-28 + ### Removed (breaking) - **`--tool both`** removed. The CLI now exits 1 with the three-line error diff --git a/pyproject.toml b/pyproject.toml index ec34ab6..227ee98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "coding-scaffold" -version = "0.6.0" +version = "0.7.0" description = "Local-first coding agent scaffold with hardware probing, provider discovery, and routing config generation." readme = "README.md" requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index 217590d..eaf25ae 100644 --- a/uv.lock +++ b/uv.lock @@ -286,7 +286,7 @@ wheels = [ [[package]] name = "coding-scaffold" -version = "0.6.0" +version = "0.7.0" source = { editable = "." } [package.optional-dependencies]