chore(release): v0.2.0 — promote CHANGELOG, bump version

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 <noreply@anthropic.com>
This commit is contained in:
Samuel Lison
2026-06-20 20:10:17 +10:00
co-authored by Claude Opus 4.8
parent a1b6f25481
commit 586afc6b50
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -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)
+1 -1
View File
@@ -35,7 +35,7 @@ require(script.shared.ConsequenceConfig)
local SurvivorCore = {}
SurvivorCore.VERSION = "0.1.0"
SurvivorCore.VERSION = "0.2.0"
-- Foundation
SurvivorCore.Config = Config
+1 -1
View File
@@ -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"