release: v2.9.0

This commit is contained in:
Nuno Maduro
2023-07-19 10:28:49 -05:00
parent c8287567eb
commit 8322ff0f5e
4 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,10 @@
## Unreleased
## [v2.9.0 (2023-07-19)](https://github.com/pestphp/pest/compare/v2.8.1...v2.9.0)
TODO
## [v2.8.1 (2023-06-20)](https://github.com/pestphp/pest/compare/v2.8.0...v2.8.1)
### Fixed

View File

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

View File

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

View File

@ -1,3 +1,3 @@
Pest Testing Framework 2.8.3.
Pest Testing Framework 2.9.0.