chore: prepare for v0.1.1

This commit is contained in:
Erica Marigold 2025-02-18 09:01:35 +00:00
parent 335c86e53f
commit 4edd68316e
Signed by: DevComp
SSH key fingerprint: SHA256:jD3oMT4WL3WHPJQbrjC3l5feNCnkv7ndW8nYaHX5wFw
3 changed files with 9 additions and 6 deletions

View file

@ -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

View file

@ -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"]

View file

@ -1,5 +1,5 @@
name = "0x5eal/unzip"
version = "0.1.0"
version = "0.1.1"
description = "Unzip implementation in pure Luau"
authors = ["Erica Marigold <hi@devcomp.xyz>"]
repository = "https://github.com/0x5eal/luau-unzip"