From ebaba1003ffcb5a2e65e29cb26421e50141dcbd8 Mon Sep 17 00:00:00 2001 From: nezuo Date: Wed, 27 Dec 2023 19:34:00 -0800 Subject: [PATCH] Release 0.2.8 --- CHANGELOG.md | 2 ++ wally.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 564eacf..c5995eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Lapis Changelog ## Unreleased Changes + +## 0.2.8 - December 27, 2023 * Removed internal compression code since compression is no longer planned ([#31]) * Data is no longer loaded if it doesn't pass the `validate` function. This means it won't be session locked and migrated. ([#32]) diff --git a/wally.toml b/wally.toml index f6df84c..2110ea1 100644 --- a/wally.toml +++ b/wally.toml @@ -1,6 +1,6 @@ [package] name = "nezuo/lapis" -version = "0.2.7" +version = "0.2.8" registry = "https://github.com/UpliftGames/wally-index" exclude = ["**"] include = ["src", "src/*", "default.project.json", "wally.toml", "LICENSE"]