From 28faa87d1151a15848166226f33de61cb7107d0d Mon Sep 17 00:00:00 2001 From: Ciaran McNulty Date: Fri, 21 Apr 2023 14:17:48 +0100 Subject: [PATCH] Update for 7.4.0 release --- CHANGES-v7.md | 12 ++++++++++++ bin/phpspec | 2 +- composer.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGES-v7.md b/CHANGES-v7.md index b99c45c71..fbfa65b37 100644 --- a/CHANGES-v7.md +++ b/CHANGES-v7.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [7.4.0] + +### Added + - Allow PHPUnit 10 [@ciaranmcnulty](https://github.com/ciaranmcnulty) [@Jean85](https://github.com/Jean85) + - Allow Doctrine/instantiator 2 [@stof](https://github.com/stof) + - Allow sebastian/export 5 [@arendjantetteroo](https://github.com/arendjantetteroo) + +### Changed + - Use Psalm 5 [@rogervila](https://github.com/rogervila) + - Added .editorconfig [@chapeupreto](https://github.com/chapeupreto) + ## [7.3.0] ### Added @@ -50,6 +61,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - More accurate error message for bad during* calls [@drupol](https://github.com/drupol) - Removed superfluous phpdoc and added bool return types where appropriate [@drupol](https://github.com/drupol) +[7.4.0]: https://github.com/phpspec/phpspec/compare/7.3.0...7.4.0 [7.3.0]: https://github.com/phpspec/phpspec/compare/7.2.0...7.3.0 [7.2.0]: https://github.com/phpspec/phpspec/compare/7.1.0...7.2.0 [7.1.0]: https://github.com/phpspec/phpspec/compare/7.0.1...7.1.0 diff --git a/bin/phpspec b/bin/phpspec index 4a08fefe6..a2c91bedf 100755 --- a/bin/phpspec +++ b/bin/phpspec @@ -24,4 +24,4 @@ (new PhpSpec\Console\Application($version))->run(); -})('7.3.0'); +})('7.4.0'); diff --git a/composer.json b/composer.json index 18e78198f..e2363c5aa 100644 --- a/composer.json +++ b/composer.json @@ -66,7 +66,7 @@ "extra": { "branch-alias": { - "dev-main": "7.3.x-dev" + "dev-main": "7.4.x-dev" } }