Skip to content

Commit

Permalink
Update for 7.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranmcnulty committed Apr 21, 2023
1 parent d382a84 commit 28faa87
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES-v7.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/phpspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

(new PhpSpec\Console\Application($version))->run();

})('7.3.0');
})('7.4.0');
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

"extra": {
"branch-alias": {
"dev-main": "7.3.x-dev"
"dev-main": "7.4.x-dev"
}
}

Expand Down

0 comments on commit 28faa87

Please sign in to comment.