mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-10 17:20:53 +01:00
chore(pkg): prepare for v0.1.2
This commit is contained in:
parent
fefbad4a85
commit
7e0e11b4b9
3 changed files with 5 additions and 2 deletions
|
@ -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).
|
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]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.1.2] - 2025-02-23
|
||||||
### Added
|
### Added
|
||||||
- Added doc comments powered by [moonwave](https://github.com/evaera/moonwave)
|
- Added doc comments powered by [moonwave](https://github.com/evaera/moonwave)
|
||||||
- Added markdown doc generator lune script and configured pesde docs
|
- 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:
|
- Initial library release :tada:
|
||||||
|
|
||||||
[unreleased]: https://github.com/0x5eal/luau-unzip/commits/HEAD
|
[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.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.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]: https://pesde.dev/packages/0x5eal/unzip/0.0.1/any
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name = "0x5eal/unzip"
|
name = "0x5eal/unzip"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
target = "luau"
|
target = "luau"
|
||||||
|
|
||||||
[graph."0x5eal/unzip@0.1.1 luau"]
|
[graph."0x5eal/unzip@0.1.1 luau"]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name = "0x5eal/unzip"
|
name = "0x5eal/unzip"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
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