From 586afc6b508fef82b63bbab1d085115912c4ce05 Mon Sep 17 00:00:00 2001 From: Samuel Lison Date: Sat, 20 Jun 2026 20:10:17 +1000 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.2.0=20=E2=80=94=20promote?= =?UTF-8?q?=20CHANGELOG,=20bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Promote the Unreleased survival-stats + HUD milestone to 0.2.0 (start a fresh Unreleased section) and bump SurvivorCore.VERSION + wally.toml to 0.2.0. Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 2 ++ src/init.luau | 2 +- wally.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6aca0..c6a5f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ is promoted to the new version and `main` is tagged `vX.Y.Z`. ## Unreleased +## 0.2.0 — 2026-06-20 + ### Added - **Survival consequences** — stats now bite back (server-authoritative, all tunable via the `Consequences` Config section): **starving** (Hunger maxed) and **dehydrated** (Thirst maxed) diff --git a/src/init.luau b/src/init.luau index 667143e..cade5a2 100644 --- a/src/init.luau +++ b/src/init.luau @@ -35,7 +35,7 @@ require(script.shared.ConsequenceConfig) local SurvivorCore = {} -SurvivorCore.VERSION = "0.1.0" +SurvivorCore.VERSION = "0.2.0" -- Foundation SurvivorCore.Config = Config diff --git a/wally.toml b/wally.toml index 64b79e8..84cbfec 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.1.0" +version = "0.2.0" license = "MIT" authors = ["Samuel Lison"] registry = "https://github.com/UpliftGames/wally-index"