mirror of
https://github.com/TemujinCalidius/SurvivorCore.git
synced 2026-08-14 00:58:01 +00:00
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:
co-authored by
Claude Opus 4.8
parent
a1b6f25481
commit
586afc6b50
@@ -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
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user