Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
chore: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-thebaud committed Dec 26, 2023
1 parent 2fef89a commit 60feeaa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 6.1.0

**Added**

- Add `[email protected]` support (closes #13).

## 6.0.1

**Changed**
Expand Down
2 changes: 1 addition & 1 deletion src/ConsoleApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ConsoleApplication extends Application
/**
* The current phpunitgen-console version.
*/
public const VERSION = '6.0.1';
public const VERSION = '6.1.0';

/**
* @var ContainerInterface
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Reporters/TextReporterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function assertApplicationIsWritten(): void
->with('PhpUnitGen ', false);
$this->output->shouldReceive('write')
->once()
->with('<fg=green>6.0.1</>', true);
->with('<fg=green>6.1.0</>', true);
$this->output->shouldReceive('write')
->once()
->with('', true);
Expand Down

0 comments on commit 60feeaa

Please sign in to comment.