release: v2.6.1

This commit is contained in:
Nuno Maduro
2023-05-12 09:22:02 +01:00
parent c99325275a
commit faafedd55c
4 changed files with 16 additions and 3 deletions

View File

@ -2,6 +2,19 @@
## Unreleased
## [v2.6.1 (2023-04-12)](https://github.com/pestphp/pest/compare/v2.6.0...v2.6.1)
### Fixes
- PHPStorm issue output problem for tests throwing an exception before the first assertion ([#809](https://github.com/pestphp/pest/pull/809))
### Chore
- Bumps PHPUnit to `^10.1.3` ([c993252](https://github.com/pestphp/pest/commit/c99325275acf1fd3759b487b93ec50473f706709))
## [v2.6.0 (2023-04-05)](https://github.com/pestphp/pest/compare/v2.5.2...v2.6.0)
### Adds
- Allows `toThrow` to be used against an exception instance ([#797](https://github.com/pestphp/pest/pull/797))
## [v2.5.2 (2023-04-19)](https://github.com/pestphp/pest/compare/v2.5.1...v2.5.2)
### Chore

View File

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

View File

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

View File

@ -1,3 +1,3 @@
Pest Testing Framework 2.6.0.
Pest Testing Framework 2.6.1.