From 6c8970e0a3b9bb36544bb1eacba0a4175dbafe97 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 24 Mar 2023 11:26:54 +0000 Subject: [PATCH] release: v2.2.3 --- CHANGELOG.md | 7 +++++++ src/Pest.php | 2 +- tests/.snapshots/help-command.txt | 2 +- tests/.snapshots/version-command.txt | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d5f31d1..c5d85ae3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Unreleased +## [v2.2.3 (2023-03-24)](https://github.com/pestphp/pest/compare/v2.2.2...v2.2.3) + +### Fixed +- Unnecessary dataset on dataset arguments missmatch ([#736](https://github.com/pestphp/pest/pull/736)) +- Parallel arguments on plugins order ([#703](https://github.com/pestphp/pest/pull/703)) +- Arch plugin runtime exceptions on bad phpdocs ([2f2b51c](https://github.com/pestphp/pest/commit/2f2b51ce3d1b000be9d6add0e785fd0044931b3b)) + ## [v2.2.2 (2023-03-23)](https://github.com/pestphp/pest/compare/v2.2.1...v2.2.2) ### Fixed diff --git a/src/Pest.php b/src/Pest.php index 449761c6..02f52bf8 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,7 +6,7 @@ namespace Pest; function version(): string { - return '2.2.2'; + return '2.2.3'; } function testDirectory(string $file = ''): string diff --git a/tests/.snapshots/help-command.txt b/tests/.snapshots/help-command.txt index 91077c75..4e8e9fa6 100644 --- a/tests/.snapshots/help-command.txt +++ b/tests/.snapshots/help-command.txt @@ -1,5 +1,5 @@ - Pest Testing Framework 2.2.2. + Pest Testing Framework 2.2.3. USAGE: pest [options] diff --git a/tests/.snapshots/version-command.txt b/tests/.snapshots/version-command.txt index 2dab6815..cfbe8ff0 100644 --- a/tests/.snapshots/version-command.txt +++ b/tests/.snapshots/version-command.txt @@ -1,3 +1,3 @@ - Pest Testing Framework 2.2.2. + Pest Testing Framework 2.2.3.