Skip to content

Commit 2f95860

Browse files
committed
v0.6.1 (2023-04-03)
Features * Implove unit tests of development.
1 parent 05bf22a commit 2f95860

File tree

3 files changed

+7
-1
lines changed

3 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.6.1 (2023-04-03)
4+
5+
### Features
6+
7+
* Implove unit tests.
8+
39
## v0.6.0 (2023-03-27)
410

511
### Features

dogfood.png

4.91 KB
Loading

src/Main.php

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

1515
class Main
1616
{
17-
const VERSION = 'v0.6.0';
17+
const VERSION = 'v0.6.1';
1818

1919
public function __construct(string $directory, Options $options)
2020
{

0 commit comments

Comments
 (0)