Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
release: v2.5.2
  • Loading branch information
nunomaduro committed Apr 19, 2023
1 parent 1a05df1 commit d39e4f1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## [v2.5.2 (2023-04-19)](https://github.com/pestphp/pest/compare/v2.5.1...v2.5.2)

### Chore
- Removes `myclabs/php-enuma` dependency ([1a05df1](https://github.com/pestphp/pest/commit/1a05df14d0ce7d12583df26ff716807db6f81f13))

## [v2.5.1 (2023-04-18)](https://github.com/pestphp/pest/compare/v2.5.0...v2.5.1)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion src/Pest.php
Expand Up @@ -6,7 +6,7 @@

function version(): string
{
return '2.5.1';
return '2.5.2';
}

function testDirectory(string $file = ''): string
Expand Down
2 changes: 1 addition & 1 deletion tests/.snapshots/help-command.txt
@@ -1,5 +1,5 @@

Pest Testing Framework 2.5.1.
Pest Testing Framework 2.5.2.

USAGE: pest <file> [options]

Expand Down
2 changes: 1 addition & 1 deletion tests/.snapshots/version-command.txt
@@ -1,3 +1,3 @@

Pest Testing Framework 2.5.1.
Pest Testing Framework 2.5.2.

0 comments on commit d39e4f1

Please sign in to comment.