add changelog 0.1.0

This commit is contained in:
2023-09-21 15:56:41 +07:00
parent 347c17f8d7
commit 4c6953104f
2 changed files with 9 additions and 1 deletions

8
CHANGELOG.md Normal file
View File

@@ -0,0 +1,8 @@
# Changelog
## 0.1.0 - 2023-09-21
### Added
* Cli-application skeleton
* Clover merger command
* Tests

2
merger
View File

@@ -27,7 +27,7 @@ if (isset($GLOBALS['_composer_autoload_path'])) {
unset($knownAutoloadPaths, $path);
}
$app = new \Ahc\Cli\Application('clover-merger', '1.0.0');
$app = new \Ahc\Cli\Application('clover-merger', '0.1.0');
$app->onException(static function (\Throwable $exception, int $exitCode) use ($app): void {
$io = $app->io();