From 4b65d2c426917067264d5bcc0a029609b021e877 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sat, 13 Mar 2021 11:07:57 +0000 Subject: [PATCH] release: v1.0.3 --- CHANGELOG.md | 4 ++++ src/Pest.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6253a940..f41b9453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.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) ### Added - Support for PHPUnit 9.5.2 ([#267](https://github.com/pestphp/pest/pull/267)) diff --git a/src/Pest.php b/src/Pest.php index 533d7432..0a40342f 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,5 +6,5 @@ namespace Pest; function version(): string { - return '1.0.2'; + return '1.0.3'; }