release: v1.21.1

This commit is contained in:
Luke Downing
2021-11-25 16:44:17 +00:00
parent 2969c7a5e3
commit 92b8d32ef7
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.21.1 (2021-11-25)](https://github.com/pestphp/pest/compare/v1.21.0...v1.21.1)
### Fixed
- sequence callables causing problems ([#442](https://github.com/pestphp/pest/pull/442))
## [v1.21.0 (2021-11-17)](https://github.com/pestphp/pest/compare/v1.20.0...v1.21.0)
### Added
- warn about xdebug modes ([1e011c](https://github.com/pestphp/pest/commit/1e011c7b4074d08f5dabab1f927d45383c85d210))

View File

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