From 5ae061d2080ea09608fe37fb05ebadcd183cef85 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 28 Mar 2023 10:16:29 +0100 Subject: [PATCH] release: release: v2.3.0 --- CHANGELOG.md | 11 +++++++++++ src/Pest.php | 2 +- tests/.snapshots/help-command.txt | 2 +- tests/.snapshots/version-command.txt | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5d85ae3..c71f2d54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Unreleased +## [v2.3.0 (2023-03-28)](https://github.com/pestphp/pest/compare/v2.2.3...v2.3.0) + +### Added +- Better error handler about missing uses ([#743](https://github.com/pestphp/pest/pull/743)) + +### Fixed +- Inconsistent spelling of `dataset` ([#739](https://github.com/pestphp/pest/pull/739)) + +### Chore +- Bumps PHPUnit to `^10.0.19` ([3d7e621](https://github.com/pestphp/pest/commit/3d7e621b7dfc03f0b2d9dcf6eb06c26bc383f502)) + ## [v2.2.3 (2023-03-24)](https://github.com/pestphp/pest/compare/v2.2.2...v2.2.3) ### Fixed diff --git a/src/Pest.php b/src/Pest.php index 02f52bf8..3c46a818 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,7 +6,7 @@ namespace Pest; function version(): string { - return '2.2.3'; + return '2.3.0'; } function testDirectory(string $file = ''): string diff --git a/tests/.snapshots/help-command.txt b/tests/.snapshots/help-command.txt index 5221ae08..3e508311 100644 --- a/tests/.snapshots/help-command.txt +++ b/tests/.snapshots/help-command.txt @@ -1,5 +1,5 @@ - Pest Testing Framework 2.2.3. + Pest Testing Framework 2.3.0. USAGE: pest [options] diff --git a/tests/.snapshots/version-command.txt b/tests/.snapshots/version-command.txt index cfbe8ff0..c3b6fb0e 100644 --- a/tests/.snapshots/version-command.txt +++ b/tests/.snapshots/version-command.txt @@ -1,3 +1,3 @@ - Pest Testing Framework 2.2.3. + Pest Testing Framework 2.3.0.