setup-rokit/CHANGELOG.md

30 lines
1 KiB
Markdown
Raw Normal View History

2022-08-22 22:23:15 +01:00
# Changelog
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]
2023-09-20 18:42:58 +01:00
2024-08-13 16:31:41 +01:00
## [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`
2024-08-10 14:10:45 +01:00
## [0.1.1] - 2024-08-10
### Changed
- Now uses the official installer script internally for installing Rokit
- Used `authenticate` command instead of manually writing file
2024-08-04 12:00:11 +01:00
## [0.1.0] - 2024-08-04
2022-08-22 22:23:15 +01:00
### Added
2024-07-15 18:26:57 +01:00
- Initial release, with support for rokit instead of aftman
2024-08-13 16:31:41 +01:00
[Unreleased]: https://github.com/CompeyDev/setup-rokit/compare/v0.1.2...HEAD
2024-07-15 18:26:57 +01:00
[0.1.0]: https://github.com/CompeyDev/setup-rokit/releases/tag/v0.1.0
2024-08-10 14:10:45 +01:00
[0.1.1]: https://github.com/CompeyDev/setup-rokit/releases/tag/v0.1.1
2024-08-13 16:31:41 +01:00
[0.1.2]: https://github.com/CompeyDev/setup-rokit/releases/tag/v0.1.2