mirror of
https://github.com/pesde-pkg/tooling.git
synced 2025-01-09 15:59:09 +00:00
chore(CHANGELOG): update changelog entries
This commit is contained in:
parent
26280ed820
commit
05193b9133
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,11 @@ 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.7] - 2024-12-28
|
||||
### Added
|
||||
- Includes the following new tools:
|
||||
- [`pesde/asphalt@0.8.3`](https://pesde.dev/packages/pesde/asphalt/0.8.3/any)
|
||||
### Fixed
|
||||
- Conditionally handle `ProgressBar:nextStage` result, fixing an error when being consumed as a library without the use of the `__call` metamethod shorthand
|
||||
- Fix error when the `gh` CLI is not installed by correctly handling it as a `Result`
|
||||
|
@ -88,3 +93,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||
[0.1.4]: https://pesde.dev/packages/pesde/toolchainlib/0.1.4/any
|
||||
[0.1.5]: https://pesde.dev/packages/pesde/toolchainlib/0.1.5/any
|
||||
[0.1.6]: https://pesde.dev/packages/pesde/toolchainlib/0.1.6/any
|
||||
[0.1.7]: https://pesde.dev/packages/pesde/toolchainlib/0.1.7/any
|
||||
|
||||
|
|
Loading…
Reference in a new issue