mirror of
https://github.com/Dannecron/coverage-merger.git
synced 2025-12-25 15:52:34 +03:00
add changelog 0.1.0
This commit is contained in:
8
CHANGELOG.md
Normal file
8
CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 0.1.0 - 2023-09-21
|
||||
|
||||
### Added
|
||||
* Cli-application skeleton
|
||||
* Clover merger command
|
||||
* Tests
|
||||
2
merger
2
merger
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user