Skip to content

Commit 7e44b18

Browse files
committed
Prepare for 7.3.0 release
1 parent 84bdada commit 7e44b18

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES-v7.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
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

7+
## [7.3.0]
8+
9+
### Added
10+
- PHP 8.2 support [@gquemener](https://github.com/gquemener)
11+
12+
### Fixed
13+
- Deprecation notices for dynamic properties under PHP 8.2 [@gquemener](https://github.com/gquemener)
14+
- Fixed CI config for PHP 8.2 [@rogervila](https://github.com/rogervila)
15+
716
## [7.2.0]
817

918
### Added
@@ -41,6 +50,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4150
- More accurate error message for bad during* calls [@drupol](https://github.com/drupol)
4251
- Removed superfluous phpdoc and added bool return types where appropriate [@drupol](https://github.com/drupol)
4352

53+
[7.3.0]: https://github.com/phpspec/phpspec/compare/7.2.0...7.3.0
4454
[7.2.0]: https://github.com/phpspec/phpspec/compare/7.1.0...7.2.0
4555
[7.1.0]: https://github.com/phpspec/phpspec/compare/7.0.1...7.1.0
4656
[7.0.1]: https://github.com/phpspec/phpspec/compare/7.0.0...7.0.1

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.2.0');
27+
})('7.3.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.2.x-dev"
69+
"dev-main": "7.3.x-dev"
7070
}
7171
}
7272

0 commit comments

Comments
 (0)