From 9ccd667e5ba2d7d7c4f5775e650329d3fe2420bd Mon Sep 17 00:00:00 2001 From: Samuel Lison Date: Mon, 6 Jul 2026 15:31:54 +1000 Subject: [PATCH] chore(release): v0.7.3 Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 2 +- src/init.luau | 2 +- wally.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07d5bcc..65ea72a 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.7.3 — 2026-07-06 ### Fixed - **Loot bag + beacon vanished on respawn (StreamingEnabled places)** — respawning away from the diff --git a/src/init.luau b/src/init.luau index c7f026a..fc9deca 100644 --- a/src/init.luau +++ b/src/init.luau @@ -65,7 +65,7 @@ require(script.shared.LootBagsConfig) local SurvivorCore = {} -SurvivorCore.VERSION = "0.7.2" +SurvivorCore.VERSION = "0.7.3" -- Foundation SurvivorCore.Config = Config diff --git a/wally.toml b/wally.toml index 767a2bb..282ff62 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.7.2" +version = "0.7.3" license = "MIT" authors = ["Samuel Lison"] registry = "https://github.com/UpliftGames/wally-index"