release: v1.17.0

This commit is contained in:
Nuno Maduro
2021-08-26 21:17:03 +01:00
parent 2125bf9668
commit 075c31bc78
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.17.0 (2021-08-26)](https://github.com/pestphp/pest/compare/v1.16.0...v1.17.0)
### Added
- `toThrow` expectation ([#361](https://github.com/pestphp/pest/pull/361))
## [v1.16.0 (2021-08-19)](https://github.com/pestphp/pest/compare/v1.15.0...v1.16.0)
### Added
- Support for new parallel options ([#369](https://github.com/pestphp/pest/pull/369))

View File

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