Skip to content

Commit

Permalink
Release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nezuo committed Sep 8, 2023
1 parent e8d76f6 commit a5f855e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

## Unreleased Changes

## 0.2.5 - September 8, 2023
* Fix existing data not being frozen on load ([#20])

[#20]: https://github.com/nezuo/lapis/pull/20

## 0.2.4 - August 3, 2023
* Fix `game:BindToClose` not waiting for documents to close.
* Fix `game:BindToClose` not waiting for documents to close

## 0.2.3 - July 19, 2023
* Fix silly mistake where I don't return the collection from `createCollection`
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.2.4"
version = "0.2.5"
registry = "https://github.com/UpliftGames/wally-index"
exclude = ["**"]
include = ["src", "src/*", "default.project.json", "wally.toml", "LICENSE"]
Expand Down

0 comments on commit a5f855e

Please sign in to comment.