release: v2.2.2

This commit is contained in:
Nuno Maduro
2023-03-23 21:48:55 +00:00
parent 3ce6408195
commit cc6bd59df9
4 changed files with 8 additions and 3 deletions

View File

@ -2,6 +2,11 @@
## Unreleased
## [v2.2.2 (2023-03-23)](https://github.com/pestphp/pest/compare/v2.2.1...v2.2.2)
### Fixed
- Edge case in parallel executation test description ([3ce6408](https://github.com/pestphp/pest/commit/3ce640819541ca6022b250e000f336d87c3e7889))
## [v2.2.1 (2023-03-22)](https://github.com/pestphp/pest/compare/v2.2.0...v2.2.1)
### Fixed

View File

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

View File

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

View File

@ -1,3 +1,3 @@
Pest Testing Framework 2.2.1.
Pest Testing Framework 2.2.2.