We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa41bf commit 9f30b8dCopy full SHA for 9f30b8d
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# CHANGELOG
2
3
+## v0.0.5 (2025-03-21)
4
+
5
### Bug fix
6
7
* Fixed command execution to properly return error codes when failures occur
src/Command/AbstractCommand.php
@@ -6,7 +6,7 @@
abstract class AbstractCommand implements CommandInterface
8
{
9
- private const VERSION = '0.0.4';
+ private const VERSION = '0.0.5';
10
11
protected function printVersion(): void
12
0 commit comments