diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aedf81..5d4f7eb 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.1] - 2025-02-18 ### Added - Added GitHub Actions powered CI workflows - Started using [`nix`](https://nixos.org/) for reproducible development environments @@ -13,9 +15,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Changed - Pinned tooling dependencies (`stylua`, `luau-lsp`, `pesde`, `lune`) in manifest - README includes contributing guidelines and basic setup instructions +- Updated dependencies ## [0.1.0] - 2025-01-12 - `luau-unzip` is finally stable and tested enough for a v0.1.0 release! This release includes important bug fixes and a handful of new features as well. It does also have have breaking changes, so please take a look at the changed section below for those. ### Added @@ -80,6 +82,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.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 [0.0.1-rc.2]: https://pesde.dev/packages/0x5eal/unzip/0.0.1-rc.2/any diff --git a/pesde.lock b/pesde.lock index 40bcc17..95569b9 100644 --- a/pesde.lock +++ b/pesde.lock @@ -1,5 +1,5 @@ name = "0x5eal/unzip" -version = "0.1.0" +version = "0.1.1" target = "luau" [graph."0x5eal/unzip@0.1.0 luau"] @@ -104,14 +104,14 @@ resolved_ty = "standard" [graph."lukadev_0/option@1.2.0 lune".pkg_ref] ref_ty = "pesde" -index_url = "https://github.com/daimond113/pesde-index" +index_url = "https://github.com/pesde-pkg/index" [graph."lukadev_0/result@1.2.0 lune"] resolved_ty = "standard" [graph."lukadev_0/result@1.2.0 lune".pkg_ref] ref_ty = "pesde" -index_url = "https://github.com/daimond113/pesde-index" +index_url = "https://github.com/pesde-pkg/index" [graph."pesde/luau_lsp@1.39.2 lune"] direct = ["luau-lsp", { name = "pesde/luau_lsp", version = "=1.39.2", index = "default", target = "lune" }, "dev"] @@ -161,7 +161,7 @@ resolved_ty = "standard" [graph."pesde/toolchainlib@0.1.12 lune".pkg_ref] ref_ty = "pesde" -index_url = "https://github.com/daimond113/pesde-index" +index_url = "https://github.com/pesde-pkg/index" [graph."pesde/toolchainlib@0.1.12 lune".pkg_ref.dependencies] dirs = [{ name = "jiwonz/dirs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"] diff --git a/pesde.toml b/pesde.toml index 13bc37c..5e40485 100644 --- a/pesde.toml +++ b/pesde.toml @@ -1,5 +1,5 @@ name = "0x5eal/unzip" -version = "0.1.0" +version = "0.1.1" description = "Unzip implementation in pure Luau" authors = ["Erica Marigold "] repository = "https://github.com/0x5eal/luau-unzip"