Skip to content

Commit ac6a1b1

Browse files
authored
Merge pull request #59 from JRS1986/release/v0.3.0
Release v0.3.0
2 parents 8b15b83 + f8a9495 commit ac6a1b1

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.3.0] — 2026-05-18
99

1010
### Added
1111

@@ -192,5 +192,6 @@ for the supported entry points.
192192
supported. Windows native (outside WSL) works for documentation generation but not for tool
193193
installation — use WSL for the full flow.
194194

195+
[0.3.0]: https://github.com/JRS1986/CodingScaffold/releases/tag/v0.3.0
195196
[0.2.0]: https://github.com/JRS1986/CodingScaffold/releases/tag/v0.2.0
196197
[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.2.0"
7+
version = "0.3.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)