mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
chore(CHANGELOG): include v0.1.2
This commit is contained in:
parent
82706ee81d
commit
0fddabfbd6
1 changed files with 10 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue