release: v2.7.0

This commit is contained in:
Nuno Maduro
2023-06-15 14:11:00 +02:00
parent eb9f31edeb
commit c0af671ca2
4 changed files with 11 additions and 3 deletions

View File

@ -2,6 +2,14 @@
## Unreleased
## [v2.7.0 (2023-06-15)](https://github.com/pestphp/pest/compare/v2.6.3...v2.7.0)
### Added
- Support for unexpected output on printer ([eb9f31e](https://github.com/pestphp/pest/commit/eb9f31edeb00a88c449874f3d48156128a00fff8))
### Chore
- Bumps PHPUnit to `^10.2.2` ([0e5470b](https://github.com/pestphp/pest/commit/0e5470b192b259ba2db7c02a50371216c98fc0a6))
## [v2.6.3 (2023-06-07)](https://github.com/pestphp/pest/compare/v2.6.2...v2.6.3)
### Chore

View File

@ -6,7 +6,7 @@ namespace Pest;
function version(): string
{
return '2.6.3';
return '2.7.0';
}
function testDirectory(string $file = ''): string

View File

@ -1,5 +1,5 @@
Pest Testing Framework 2.6.3.
Pest Testing Framework 2.7.0.
USAGE: pest <file> [options]

View File

@ -1,3 +1,3 @@
Pest Testing Framework 2.6.3.
Pest Testing Framework 2.7.0.