Skip to content

Commit

Permalink
release: v2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Aug 7, 2023
1 parent 75a7d77 commit 331381e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## [v2.12.1 (2023-08-07)](https://github.com/pestphp/pest/compare/v2.12.0...v2.12.1)

### Fixed

- Running tests from `uses` parent class ([#898](https://github.com/pestphp/pest/pull/898))

## [v2.12.0 (2023-08-02)](https://github.com/pestphp/pest/compare/v2.11.0...v2.12.0)

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/Pest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

function version(): string
{
return '2.12.0';
return '2.12.1';
}

function testDirectory(string $file = ''): string
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Pest Testing Framework 2.12.0.
Pest Testing Framework 2.12.1.

USAGE: pest <file> [options]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

Pest Testing Framework 2.12.0.
Pest Testing Framework 2.12.1.

0 comments on commit 331381e

Please sign in to comment.