release: 1.2.1

This commit is contained in:
Nuno Maduro
2021-05-14 10:51:50 +01:00
parent fb0eef4200
commit 2c4aef5272
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [v1.2.1 (2021-05-14)](https://github.com/pestphp/pest/compare/v1.2.0...v1.2.1)
### Fixed
- Laravel commands failing with new `--test-directory` option ([#297](https://github.com/pestphp/pest/pull/297))
## [v1.2.0 (2021-05-13)](https://github.com/pestphp/pest/compare/v1.1.0...v1.2.0)
### Added
- Adds JUnit / Infection support ([#291](https://github.com/pestphp/pest/pull/291))

View File

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