From 4a4b54a7239541ae2f834a489d54122b07808883 Mon Sep 17 00:00:00 2001 From: Samuel Lison Date: Fri, 3 Jul 2026 15:27:54 +1000 Subject: [PATCH 1/2] chore(release): v0.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Promote CHANGELOG Unreleased → 0.6.0 and bump wally.toml. (SurvivorCore.VERSION is already 0.6.0 in src/init.luau.) Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 2 +- wally.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b58ab02..cbd8319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ 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, `## Unreleased` +[Semantic Versioning](https://semver.org/spec/v2.0.0.html). At release time, `## 0.6.0 — 2026-07-03` is promoted to the new version and `main` is tagged `vX.Y.Z`. ## Unreleased diff --git a/wally.toml b/wally.toml index b45cbaa..cd9e3df 100644 --- a/wally.toml +++ b/wally.toml @@ -1,7 +1,7 @@ [package] name = "temujincalidius/survivorcore" description = "Batteries-included, creator-extensible survival game framework for Roblox." -version = "0.5.0" +version = "0.6.0" license = "MIT" authors = ["Samuel Lison"] registry = "https://github.com/UpliftGames/wally-index" From a8f1114f813bb04ef9ae474151f0c56264b5e77d Mon Sep 17 00:00:00 2001 From: Samuel Lison Date: Fri, 3 Jul 2026 15:28:12 +1000 Subject: [PATCH 2/2] 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: