Skip to content

Commit

Permalink
v0.6.1 (2023-04-03)
Browse files Browse the repository at this point in the history
Features

 * Implove unit tests of development.
  • Loading branch information
smeghead committed Apr 3, 2023
1 parent 05bf22a commit 2f95860
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v0.6.1 (2023-04-03)

### Features

* Implove unit tests.

## v0.6.0 (2023-03-27)

### Features
Expand Down
Binary file modified dogfood.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class Main
{
const VERSION = 'v0.6.0';
const VERSION = 'v0.6.1';

public function __construct(string $directory, Options $options)
{
Expand Down

0 comments on commit 2f95860

Please sign in to comment.