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 05bf22a commit 2f95860Copy full SHA for 2f95860
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## v0.6.1 (2023-04-03)
4
+
5
+### Features
6
7
+ * Implove unit tests.
8
9
## v0.6.0 (2023-03-27)
10
11
### Features
dogfood.png
4.91 KB
src/Main.php
@@ -14,7 +14,7 @@
14
15
class Main
16
{
17
- const VERSION = 'v0.6.0';
+ const VERSION = 'v0.6.1';
18
19
public function __construct(string $directory, Options $options)
20
0 commit comments