chore(CHANGELOG): include v0.1.2

This commit is contained in:
Erica Marigold 2024-08-13 21:01:41 +05:30 committed by GitHub
parent 82706ee81d
commit 0fddabfbd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.1.2] - 2024-08-13
### Fixed
- Fixed manifest discovery error with multiple manifests. Manifests are now discovered based
on priority basis as follows:
1. `rokit.toml`
2. `aftman.toml`
3. `foreman.toml`
## [0.1.1] - 2024-08-10 ## [0.1.1] - 2024-08-10
### Changed ### Changed
- Now uses the official installer script internally for installing Rokit - Now uses the official installer script internally for installing Rokit
@ -15,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Initial release, with support for rokit instead of aftman - Initial release, with support for rokit instead of aftman
[Unreleased]: https://github.com/CompeyDev/setup-rokit/compare/v0.1.1...HEAD [Unreleased]: https://github.com/CompeyDev/setup-rokit/compare/v0.1.2...HEAD
[0.1.0]: https://github.com/CompeyDev/setup-rokit/releases/tag/v0.1.0 [0.1.0]: https://github.com/CompeyDev/setup-rokit/releases/tag/v0.1.0
[0.1.1]: https://github.com/CompeyDev/setup-rokit/releases/tag/v0.1.1 [0.1.1]: https://github.com/CompeyDev/setup-rokit/releases/tag/v0.1.1
[0.1.2]: https://github.com/CompeyDev/setup-rokit/releases/tag/v0.1.2