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 9526140 commit d9249ffCopy full SHA for d9249ff
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## v0.0.6 (2025-03-21)
4
+
5
+### Features
6
7
+ * Revise assignment identification #15 by @hirokinoue
8
9
## v0.0.5 (2025-03-21)
10
11
### Bug fix
src/Command/AbstractCommand.php
@@ -6,7 +6,7 @@
abstract class AbstractCommand implements CommandInterface
{
- private const VERSION = '0.0.5';
+ private const VERSION = '0.0.6';
protected function printVersion(): void
12
0 commit comments