release: v2.0.2

This commit is contained in:
Nuno Maduro
2023-03-20 17:51:54 +00:00
parent 522ac55d5f
commit a4932e41de
2 changed files with 6 additions and 3 deletions

View File

@ -2,13 +2,16 @@
## Unreleased
## [v2.0.2 (2023-03-20)](https://github.com/pestphp/pest/compare/v2.0.1...v2.0.2)
### Fixed
- `Pest.php` not being loaded in certain scenarios ([b887116](https://github.com/pestphp/pest/commit/b887116e5ce9a69403ad620cad20f0a029474eb5))
## [v2.0.1 (2023-03-20)](https://github.com/pestphp/pest/compare/v2.0.0...v2.0.1)
### Fixed
- Wrong `version` configuration key on `composer.json` ([8f91f40](https://github.com/pestphp/pest/commit/8f91f40e8ea8b35e04b7989bed6a8f9439e2a2d6))
###
## [v2.0.0 (2023-03-20)](https://github.com/pestphp/pest/compare/v1.22.6...v2.0.0)
Please consult the [upgrade guide](https://pestphp.com/docs/upgrade-guide) and [release notes](https://pestphp.com/docs/announcing-pest2) in the official Pest documentation.

View File

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