Skip to content

Commit

Permalink
release: v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Aug 2, 2023
1 parent 00109e9 commit 8a58902
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Unreleased

## [v2.12.0 (2023-08-02)](https://github.com/pestphp/pest/compare/v2.11.0...v2.12.0)

### Added

- Allows multiple `toMatchSnapshot` per test ([#881](https://github.com/pestphp/pest/pull/881))

### Changed

- Bumps PHPUnit to `^10.2.7` ([43107c1](https://github.com/pestphp/pest/commit/43107c17436e41e23018ae31705c688168c14784))

## [v2.11.0 (2023-08-01)](https://github.com/pestphp/pest/compare/v2.10.1...v2.11.0)

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/Pest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

function version(): string
{
return '2.11.0';
return '2.12.0';
}

function testDirectory(string $file = ''): string
Expand Down

0 comments on commit 8a58902

Please sign in to comment.