Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nezuo committed Aug 24, 2024
1 parent e759585 commit f140aca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit f140aca

Please sign in to comment.