Skip to content

Commit d9249ff

Browse files
committed
v0.0.6
1 parent 9526140 commit d9249ff

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## v0.0.6 (2025-03-21)
4+
5+
### Features
6+
7+
* Revise assignment identification #15 by @hirokinoue
8+
39
## v0.0.5 (2025-03-21)
410

511
### Bug fix

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

1111
protected function printVersion(): void
1212
{

0 commit comments

Comments
 (0)