This commit is contained in:
Sebastian Bergmann 2026-05-21 13:48:12 +02:00
parent 1f94fb33ae
commit 78d76615cd
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true
env:
COMPOSER_ROOT_VERSION: 8.0.x-dev
COMPOSER_ROOT_VERSION: 8.1.x-dev
PHP_VERSION: 8.4
permissions:

View File

@ -2,7 +2,7 @@
All notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
## [8.0.4] - 2026-MM-DD
## [8.1.0] - 2026-MM-DD
### Changed
@ -55,7 +55,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
* This component is no longer supported on PHP 8.2
[8.0.4]: https://github.com/sebastianbergmann/exporter/compare/8.0.3...main
[8.1.0]: https://github.com/sebastianbergmann/exporter/compare/8.0.3...main
[8.0.3]: https://github.com/sebastianbergmann/exporter/compare/8.0.2...8.0.3
[8.0.2]: https://github.com/sebastianbergmann/exporter/compare/8.0.1...8.0.2
[8.0.1]: https://github.com/sebastianbergmann/exporter/compare/8.0.0...8.0.1

View File

@ -58,7 +58,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "8.0-dev"
"dev-main": "8.1-dev"
}
}
}