From 65669b36997d3f7c218cad5a2b7a215c76d0db69 Mon Sep 17 00:00:00 2001 From: nezuo Date: Wed, 10 Jan 2024 20:19:06 -0800 Subject: [PATCH] Release 0.2.9 --- CHANGELOG.md | 2 ++ LICENSE | 2 +- wally.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b54fe2..720e06b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Lapis Changelog ## Unreleased Changes + +## 0.2.9 - January 1, 2024 * `Document:close` no longer errors when called again and instead returns the original promise. ([#35]) * This is so it won't error when called from `PlayerRemoving` if `game:BindToClose` happens to run first. diff --git a/LICENSE b/LICENSE index c395dd7..e024946 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Micah +Copyright (c) 2024 Micah Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/wally.toml b/wally.toml index 2110ea1..6c7e30a 100644 --- a/wally.toml +++ b/wally.toml @@ -1,6 +1,6 @@ [package] name = "nezuo/lapis" -version = "0.2.8" +version = "0.2.9" registry = "https://github.com/UpliftGames/wally-index" exclude = ["**"] include = ["src", "src/*", "default.project.json", "wally.toml", "LICENSE"]