From a8f1114f813bb04ef9ae474151f0c56264b5e77d Mon Sep 17 00:00:00 2001 From: Samuel Lison Date: Fri, 3 Jul 2026 15:28:12 +1000 Subject: [PATCH] fix(release): promote the section heading, not the header prose Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbd8319..fbe8593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ All notable changes to SurvivorCore are recorded here. The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this project aims to follow -[Semantic Versioning](https://semver.org/spec/v2.0.0.html). At release time, `## 0.6.0 — 2026-07-03` +[Semantic Versioning](https://semver.org/spec/v2.0.0.html). At release time, `## Unreleased` is promoted to the new version and `main` is tagged `vX.Y.Z`. -## Unreleased +## 0.6.0 — 2026-07-03 ### Added - **Quests** (#10) — the goals & progression foundation. A `Quests` registry + server runtime: