diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a8c9af..63dd960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.3.0 — 2026-06-23 ### Added - **Inventory, hotbar & tabbed menu UI** (#7, #9, #3) — a server-authoritative inventory with a diff --git a/src/init.luau b/src/init.luau index 46ac05f..3bf4576 100644 --- a/src/init.luau +++ b/src/init.luau @@ -43,7 +43,7 @@ require(script.shared.UiConfig) local SurvivorCore = {} -SurvivorCore.VERSION = "0.2.1" +SurvivorCore.VERSION = "0.3.0" -- Foundation SurvivorCore.Config = Config diff --git a/wally.toml b/wally.toml index d565ee7..696e2e5 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.2.1" +version = "0.3.0" license = "MIT" authors = ["Samuel Lison"] registry = "https://github.com/UpliftGames/wally-index"