mirror of
https://github.com/TemujinCalidius/SurvivorCore.git
synced 2026-08-14 00:58:01 +00:00
Merge pull request #37 from TemujinCalidius/release/v0.4.0
chore(release): v0.4.0
This commit is contained in:
+1
-1
@@ -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.4.0 — 2026-06-24
|
||||
|
||||
### Added
|
||||
- **Tool-swing harvesting & the gather → craft loop** (#1, #4) — equip a tool from the hotbar,
|
||||
|
||||
+1
-1
@@ -51,7 +51,7 @@ require(script.shared.CraftingConfig)
|
||||
|
||||
local SurvivorCore = {}
|
||||
|
||||
SurvivorCore.VERSION = "0.3.0"
|
||||
SurvivorCore.VERSION = "0.4.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.3.0"
|
||||
version = "0.4.0"
|
||||
license = "MIT"
|
||||
authors = ["Samuel Lison"]
|
||||
registry = "https://github.com/UpliftGames/wally-index"
|
||||
|
||||
Reference in New Issue
Block a user