Skip to content

Commit 9f30b8d

Browse files
committed
v0.0.5
1 parent baa41bf commit 9f30b8d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CHANGELOG
22

3+
## v0.0.5 (2025-03-21)
4+
35
### Bug fix
46

57
* Fixed command execution to properly return error codes when failures occur

src/Command/AbstractCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
abstract class AbstractCommand implements CommandInterface
88
{
9-
private const VERSION = '0.0.4';
9+
private const VERSION = '0.0.5';
1010

1111
protected function printVersion(): void
1212
{

0 commit comments

Comments
 (0)