Skip to content

Commit 2f700c9

Browse files
committed
v0.0.8
1 parent ca832ff commit 2f700c9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# CHANGELOG
22

3+
## v0.0.8 (2025-03-28)
4+
35
### Features
46

57
* Change entrypoint class name.
8+
* Change method to parse aurguments, using getopt-php library.
69

710
### Bug fix
811

src/Command/AbstractCommand.php

+1-1
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.7';
9+
private const VERSION = '0.0.8';
1010

1111
protected function printVersion(): void
1212
{

0 commit comments

Comments
 (0)