From 48a92f1faa6863ab678da9dcc4c267f779621c6e Mon Sep 17 00:00:00 2001 From: ffrostfall <80861876+ffrostflame@users.noreply.github.com> Date: Tue, 12 Dec 2023 19:22:43 -0500 Subject: [PATCH] update changelog and wally.toml --- CHANGELOG.md | 4 ++++ wally.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ace51a7..1423be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This project uses [semantic versioning](https://semver.org/spec/v2.0.0.html). +## Version 0.2.1 + +- Fixed a bug where data didn't properly get reconciled the first time a player joined the game + ## Version 0.2.0 - Changed `key:use()` to a new API that will be documented later as things get finalized diff --git a/wally.toml b/wally.toml index dbc9238..f1cc798 100644 --- a/wally.toml +++ b/wally.toml @@ -1,6 +1,6 @@ [package] name = "ffrostflame/keyform" -version = "0.2.0" +version = "0.2.1" registry = "https://github.com/UpliftGames/wally-index" realm = "shared"