release: v2.1.0

This commit is contained in:
Nuno Maduro
2023-03-21 17:04:03 +00:00
parent e1e4f8d884
commit c34f649724
4 changed files with 11 additions and 3 deletions

View File

@ -2,6 +2,14 @@
## Unreleased
## [v2.1.0 (2023-03-21)](https://github.com/pestphp/pest/compare/v2.0.2...v2.1.0)
### Added
- `only` test case method ([bcd1503](https://github.com/pestphp/pest/commit/bcd1503cade938853a55c1283b02b6b820ea0b69))
### Fixed
- Issues with different characters on test names ([715](https://github.com/pestphp/pest/pull/715))
## [v2.0.2 (2023-03-20)](https://github.com/pestphp/pest/compare/v2.0.1...v2.0.2)
### Fixed

View File

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

View File

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

View File

@ -1,3 +1,3 @@
Pest Testing Framework 2.0.2.
Pest Testing Framework 2.1.0.