chore(pkg): prepare for v0.0.1

This commit is contained in:
Erica Marigold 2025-01-08 16:05:55 +00:00
parent 0c4ee0fffa
commit 57e4c3430c
Signed by: DevComp
GPG key ID: 429EF1C337871656
3 changed files with 10 additions and 2 deletions

View file

@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]
## [0.0.1] - 2025-01-07
### Changed
- Improved output format for `tour` example
- Relaxed MSLV requirement to 0.593
- Refactored utilities as separate modules
- Improved test coverage with more edge case tests
## [0.0.1-rc.2] - 2025-01-06
### Added
- Support for symlinks - checking whether an entry is a symlink and following symlinks
@ -38,6 +45,7 @@ assert(targetContents == followedTargetContents, "Symlink must lead to the targe
- Initial library release :tada:
[unreleased]: https://github.com/0x5eal/luau-unzi0p/commits/HEAD
[0.0.1]: https://pesde.dev/packages/pesde/toolchainlib/0.0.1/any
[0.0.1-rc.2]: https://pesde.dev/packages/pesde/toolchainlib/0.0.1-rc.2/any
[0.0.1-rc.1]: https://pesde.dev/packages/pesde/toolchainlib/0.0.1-rc.1/any

View file

@ -1,5 +1,5 @@
name = "0x5eal/unzip"
version = "0.0.1-rc.2"
version = "0.0.1"
target = "luau"
[graph."itsfrank/frktest"."0.0.2 lune"]

View file

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