From 17d407a26a9466779c58372fdb2502a0c5a0dc26 Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 7 Jun 2021 15:27:33 +0100 Subject: [PATCH] Updates changelog --- CHANGELOG.md | 4 ++++ src/Pest.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 449b6694..a901ee7f 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/). +## [v.1.3.2 (2021-06-07)](https://github.com/pestphp/pest/compare/v1.3.1...v1.3.2) +### Fixed +- Test cases with the @ symbol in the directory fail ([#308](https://github.com/pestphp/pest/pull/308)) + ## [v1.3.1 (2021-06-06)](https://github.com/pestphp/pest/compare/v1.3.0...v1.3.1) ### Added - Added for PHPUnit 9.5.5 ([#310](https://github.com/pestphp/pest/pull/310)) diff --git a/src/Pest.php b/src/Pest.php index 4dda7ccd..505d1ac6 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,7 +6,7 @@ namespace Pest; function version(): string { - return '1.3.1'; + return '1.3.2'; } function testDirectory(string $file = ''): string