Skip to content

Commit

Permalink
release: v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Mar 21, 2023
1 parent e1e4f8d commit c34f649
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.0.2';
return '2.1.0';
}

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

Pest Testing Framework 2.0.2.
Pest Testing Framework 2.1.0.

USAGE: pest <file> [options]

Expand Down
2 changes: 1 addition & 1 deletion tests/.snapshots/version-command.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

Pest Testing Framework 2.0.2.
Pest Testing Framework 2.1.0.

0 comments on commit c34f649

Please sign in to comment.