We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00109e9 commit 8a58902Copy full SHA for 8a58902
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
## Unreleased
4
5
+## [v2.12.0 (2023-08-02)](https://github.com/pestphp/pest/compare/v2.11.0...v2.12.0)
6
+
7
+### Added
8
9
+- Allows multiple `toMatchSnapshot` per test ([#881](https://github.com/pestphp/pest/pull/881))
10
11
+### Changed
12
13
+- Bumps PHPUnit to `^10.2.7` ([43107c1](https://github.com/pestphp/pest/commit/43107c17436e41e23018ae31705c688168c14784))
14
15
## [v2.11.0 (2023-08-01)](https://github.com/pestphp/pest/compare/v2.10.1...v2.11.0)
16
17
### Added
src/Pest.php
@@ -6,7 +6,7 @@
function version(): string
{
- return '2.11.0';
+ return '2.12.0';
}
function testDirectory(string $file = ''): string
0 commit comments