diff --git a/CHANGELOG.md b/CHANGELOG.md index 2560a47..891eb73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.1.2] - 2025-02-23 ### Added - Added doc comments powered by [moonwave](https://github.com/evaera/moonwave) - Added markdown doc generator lune script and configured pesde docs @@ -90,6 +92,7 @@ assert(targetContents == followedTargetContents, "Symlink must lead to the targe - Initial library release :tada: [unreleased]: https://github.com/0x5eal/luau-unzip/commits/HEAD +[0.1.2]: https://pesde.dev/packages/0x5eal/unzip/0.1.2/any [0.1.1]: https://pesde.dev/packages/0x5eal/unzip/0.1.1/any [0.1.0]: https://pesde.dev/packages/0x5eal/unzip/0.1.0/any [0.0.1]: https://pesde.dev/packages/0x5eal/unzip/0.0.1/any diff --git a/pesde.lock b/pesde.lock index ceacddc..66469ee 100644 --- a/pesde.lock +++ b/pesde.lock @@ -1,5 +1,5 @@ name = "0x5eal/unzip" -version = "0.1.1" +version = "0.1.2" target = "luau" [graph."0x5eal/unzip@0.1.1 luau"] diff --git a/pesde.toml b/pesde.toml index faae06d..caa57d7 100644 --- a/pesde.toml +++ b/pesde.toml @@ -1,5 +1,5 @@ name = "0x5eal/unzip" -version = "0.1.1" +version = "0.1.2" description = "Unzip implementation in pure Luau" authors = ["Erica Marigold "] repository = "https://github.com/0x5eal/luau-unzip"