From 78d76615cd22e32e17968103961ef44622c79c78 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 21 May 2026 13:48:12 +0200 Subject: [PATCH] Bump --- .github/workflows/ci.yaml | 2 +- ChangeLog.md | 4 ++-- composer.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cb56367..34848cb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: diff --git a/ChangeLog.md b/ChangeLog.md index 06680fe..e8e25f1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/composer.json b/composer.json index c6428b3..8d0ff68 100644 --- a/composer.json +++ b/composer.json @@ -58,7 +58,7 @@ }, "extra": { "branch-alias": { - "dev-main": "8.0-dev" + "dev-main": "8.1-dev" } } }