Skip to content

Commit bbeb10f

Browse files
committed
Prepare for 7.2.0 release
1 parent 717b82d commit bbeb10f

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

CHANGES-v7.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [7.2.0]
8-
### Added
9-
- TeamCityFormatter added
8+
9+
## Added
10+
- PHP 8.1 support [@ADmad](https://github.com/ADmad), [@iambrosi](https://github.com/iambrosi), [@jaylinski](https://github.com/jaylinski)
11+
- Symfony 6.0 support [@loic425](https://github.com/ADmad)
12+
- TeamCity formatter [@AyrtonRicardo](https://github.com/AyrtonRicardo)
13+
- Display any Specs that have been ignored (e.g. due to broken namespaces) [@gquemener](https://github.com/gquemener)
14+
- Temporarily disallow intersection types when requesting Mocks [@ciaranmcnulty](https://github.com/ciaranmcnulty)
15+
16+
## Fixed
17+
- Error when checking an Exception with unset properties is thrown [@jmleroux](https://github.com/jmleroux)
18+
- Sort order of default matchers made consistent between PHP 7/8 [@dannyvw](https://github.com/dannyvw)
19+
- Removed redundant cast [@driesvints](https://github.com/drupol)
20+
21+
## Changed
22+
- Ship fewer files in the archive versions [@drupol](https://github.com/drupol)
1023

1124
## [7.1.0]
1225
### Fixed
@@ -27,7 +40,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2740
- Dropped support for Symfony 4.x < 4.4 [@ciaranmcnulty](https://github.com/ciaranmcnulty)
2841
- More accurate error message for bad during* calls [@drupol](https://github.com/drupol)
2942
- Removed superfluous phpdoc and added bool return types where appropriate [@drupol](https://github.com/drupol)
30-
43+
44+
[7.2.0]: https://github.com/phpspec/phpspec/compare/7.1.0...7.2.0
3145
[7.1.0]: https://github.com/phpspec/phpspec/compare/7.0.1...7.1.0
3246
[7.0.1]: https://github.com/phpspec/phpspec/compare/7.0.0...7.0.1
3347
[7.0.0]: https://github.com/phpspec/phpspec/compare/6.2.2...7.0.0

bin/phpspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424

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

27-
})('7.1.0');
27+
})('7.2.0');

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
"extra": {
6868
"branch-alias": {
69-
"dev-main": "7.1.x-dev"
69+
"dev-main": "7.2.x-dev"
7070
}
7171
}
7272

0 commit comments

Comments
 (0)