Skip to content

Commit 1d7906e

Browse files
authored
Merge pull request #62 from JRS1986/release/v0.4.0
Release v0.4.0
2 parents b06df9d + 1801e00 commit 1d7906e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to CodingScaffold are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and the project
66
aims to follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.4.0] — 2026-05-18
99

1010
### Added
1111

@@ -223,6 +223,7 @@ for the supported entry points.
223223
supported. Windows native (outside WSL) works for documentation generation but not for tool
224224
installation — use WSL for the full flow.
225225

226+
[0.4.0]: https://github.com/JRS1986/CodingScaffold/releases/tag/v0.4.0
226227
[0.3.0]: https://github.com/JRS1986/CodingScaffold/releases/tag/v0.3.0
227228
[0.2.0]: https://github.com/JRS1986/CodingScaffold/releases/tag/v0.2.0
228229
[0.1.0]: https://github.com/JRS1986/CodingScaffold/releases/tag/v0.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "coding-scaffold"
7-
version = "0.3.0"
7+
version = "0.4.0"
88
description = "Local-first coding agent scaffold with hardware probing, provider discovery, and routing config generation."
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)