chore(lib): prepare for v0.1.14

This commit is contained in:
Erica Marigold 2025-04-29 06:17:50 +01:00
parent 6d9f6ea032
commit 0ed4511303
Signed by: DevComp
SSH key fingerprint: SHA256:jD3oMT4WL3WHPJQbrjC3l5feNCnkv7ndW8nYaHX5wFw
2 changed files with 4 additions and 2 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.14] - 2025-04-29
### Added
- Includes the following new tools:
- [`pesde/argon@2.0.25`](https://pesde.dev/packages/pesde/argon/2.0.25/any)
@ -186,4 +188,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[0.1.11]: https://pesde.dev/packages/pesde/toolchainlib/0.1.11/any
[0.1.12]: https://pesde.dev/packages/pesde/toolchainlib/0.1.12/any
[0.1.13]: https://pesde.dev/packages/pesde/toolchainlib/0.1.13/any
[0.1.14]: https://pesde.dev/packages/pesde/toolchainlib/0.1.14/any

View file

@ -1,6 +1,6 @@
name = "pesde/toolchainlib"
description = "A Luau library for implementing toolchain management"
version = "0.1.13"
version = "0.1.14"
license = "MIT"
repository = "https://github.com/pesde-pkg/tooling/tree/main/toolchainlib"
includes = ["src/**/*.luau", "pesde.toml", "LICENSE", "README.md"]