From e536939a53560e321877b82ae47c97fee6cc0d94 Mon Sep 17 00:00:00 2001 From: jimCresswell <1314980+jimCresswell@users.noreply.github.com> Date: Thu, 18 Jun 2026 11:52:28 +0000 Subject: [PATCH] chore(release): v0.3.0 --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b18b33..53cb998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v0.3.0 (2026-06-18) + +### Feat + +- **safety**: close pipe and substitution bypasses in agent hook (F6) (#37) +- **adoptability**: cap remote fetches (F5) and add a rename guide (F7) (#34) +- **demo**: make the activity chart WCAG 2.2 AA accessible (#33) +- **gates**: honest coverage floor (fail_under 85) + audit_coverage_contract (#31) +- **gates**: add codespell spell-check gate (#26) +- **gates**: add pip-audit dependency-vulnerability gate (#24) + ## v0.2.0 (2026-06-17) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 24bf817..277450c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "oaknational-python-repo-template" -version = "0.2.0" +version = "0.3.0" description = "Reusable Oak Python template with agent infrastructure, strict quality gates, and a demo CLI." readme = "README.md" requires-python = ">=3.14" diff --git a/uv.lock b/uv.lock index 22670ec..390108d 100644 --- a/uv.lock +++ b/uv.lock @@ -691,7 +691,7 @@ wheels = [ [[package]] name = "oaknational-python-repo-template" -version = "0.2.0" +version = "0.3.0" source = { editable = "." } dependencies = [ { name = "matplotlib" },