Merge pull request #52 from TemujinCalidius/release/v0.6.0

chore(release): v0.6.0
This commit is contained in:
Samuel Lison
2026-07-03 15:28:58 +10:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ All notable changes to SurvivorCore are recorded here. The format follows
[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:
+1 -1
View File
@@ -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"