release: v3.0.0

This commit is contained in:
Nuno Maduro
2024-09-09 01:12:41 +01:00
parent bb1a0b5e79
commit d772069db2
3 changed files with 3 additions and 4 deletions

View File

@ -6,7 +6,7 @@ namespace Pest;
function version(): string
{
return '3.0.0-rc.2';
return '3.0.0';
}
function testDirectory(string $file = ''): string

View File

@ -1,5 +1,5 @@
Pest Testing Framework 3.0.0-rc.2.
Pest Testing Framework 3.0.0.
USAGE: pest <file> [options]
@ -136,7 +136,6 @@
--mutate --clear-cache ............................ Clear the mutation cache
--mutate --no-cache ............................... Clear the mutation cache
--mutate --ignore-min-score-on-zero-mutations Ignore the minimum score requirement when there are no mutations
--mutate --ignore-min-score-on-zero-mutations Ignore the minimum score requirement when there are no mutations
--mutate --covered-only Only generate mutations for classes that are covered by tests
--mutate --everything Generate mutations for all classes, even if they are not covered by tests
--mutate --profile . Output to standard output the top ten slowest mutations

View File

@ -1,3 +1,3 @@
Pest Testing Framework 3.0.0-rc.2.
Pest Testing Framework 3.0.0.