release: v1.0.3

This commit is contained in:
Nuno Maduro
2021-03-13 11:07:57 +00:00
parent 3589f3d5e7
commit 4b65d2c426
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/) The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/). and this project adheres to [Semantic Versioning](http://semver.org/).
## [v1.0.3 (2021-03-13)](https://github.com/pestphp/pest/compare/v1.0.2...v1.0.3)
### Added
- Support for test extensions ([#269](https://github.com/pestphp/pest/pull/269))
## [v1.0.2 (2021-02-04)](https://github.com/pestphp/pest/compare/v1.0.1...v1.0.2) ## [v1.0.2 (2021-02-04)](https://github.com/pestphp/pest/compare/v1.0.1...v1.0.2)
### Added ### Added
- Support for PHPUnit 9.5.2 ([#267](https://github.com/pestphp/pest/pull/267)) - Support for PHPUnit 9.5.2 ([#267](https://github.com/pestphp/pest/pull/267))

View File

@ -6,5 +6,5 @@ namespace Pest;
function version(): string function version(): string
{ {
return '1.0.2'; return '1.0.3';
} }