mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-10 17:20:53 +01:00
chore(pkg): prepare for v0.0.1
This commit is contained in:
parent
0c4ee0fffa
commit
57e4c3430c
3 changed files with 10 additions and 2 deletions
|
@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [0.0.1-rc.2] - 2025-01-06
|
||||||
### Added
|
### Added
|
||||||
- Support for symlinks - checking whether an entry is a symlink and following symlinks
|
- 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:
|
- Initial library release :tada:
|
||||||
|
|
||||||
[unreleased]: https://github.com/0x5eal/luau-unzi0p/commits/HEAD
|
[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.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
|
[0.0.1-rc.1]: https://pesde.dev/packages/pesde/toolchainlib/0.0.1-rc.1/any
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name = "0x5eal/unzip"
|
name = "0x5eal/unzip"
|
||||||
version = "0.0.1-rc.2"
|
version = "0.0.1"
|
||||||
target = "luau"
|
target = "luau"
|
||||||
|
|
||||||
[graph."itsfrank/frktest"."0.0.2 lune"]
|
[graph."itsfrank/frktest"."0.0.2 lune"]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name = "0x5eal/unzip"
|
name = "0x5eal/unzip"
|
||||||
version = "0.0.1-rc.2"
|
version = "0.0.1"
|
||||||
description = "Unzip implementation in pure Luau"
|
description = "Unzip implementation in pure Luau"
|
||||||
authors = ["Erica Marigold <hi@devcomp.xyz>"]
|
authors = ["Erica Marigold <hi@devcomp.xyz>"]
|
||||||
repository = "https://github.com/0x5eal/luau-unzip"
|
repository = "https://github.com/0x5eal/luau-unzip"
|
||||||
|
|
Loading…
Add table
Reference in a new issue