diff --git a/CHANGELOG.md b/CHANGELOG.md index db01e18..2b3d4d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Lapis Changelog ## Unreleased Changes + +## 0.3.3 - August 24, 2024 * Files now use the `.luau` extension instead of `.lua`. ([#61]) * Switched wally realm to `shared`. This means Lapis can be used as a shared or server dependency. ([#62]) * `beforeClose` and `beforeSave` now throw an error if they yield. For more information, see the PR. ([#64]) diff --git a/wally.toml b/wally.toml index 877066a..2ffa0cc 100644 --- a/wally.toml +++ b/wally.toml @@ -1,6 +1,6 @@ [package] name = "nezuo/lapis" -version = "0.3.2" +version = "0.3.3" registry = "https://github.com/UpliftGames/wally-index" exclude = ["**"] include = ["src", "src/*", "default.project.json", "wally.toml", "LICENSE"]