From 13c26617d3d3b32a0486e8a7c82dfa8a14f7282d Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Mon, 8 Jun 2026 01:06:51 +0400 Subject: [PATCH 1/2] chore: release 1.x --- CHANGELOG.md | 7 +++++++ plugin/codecov/CHANGELOG.md | 7 +++++++ resources/version.json | 4 ++-- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e16999..c3e10a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.20](https://github.com/php-testo/testo/compare/0.10.19...0.10.20) (2026-06-07) + + +### Bug Fixes + +* **codecov:** enforce --coverage driver requirement during configuration ([1e143d3](https://github.com/php-testo/testo/commit/1e143d309b1cd24b2fccf6c0db39c03c1b30e0a1)) + ## [0.10.19](https://github.com/php-testo/testo/compare/0.10.18...0.10.19) (2026-06-07) diff --git a/plugin/codecov/CHANGELOG.md b/plugin/codecov/CHANGELOG.md index 8a7cd10..900d592 100644 --- a/plugin/codecov/CHANGELOG.md +++ b/plugin/codecov/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.9](https://github.com/php-testo/testo/compare/codecov-0.1.8...codecov-0.1.9) (2026-06-07) + + +### Bug Fixes + +* **codecov:** enforce --coverage driver requirement during configuration ([1e143d3](https://github.com/php-testo/testo/commit/1e143d309b1cd24b2fccf6c0db39c03c1b30e0a1)) + ## [0.1.8](https://github.com/php-testo/testo/compare/codecov-0.1.7...codecov-0.1.8) (2026-06-07) diff --git a/resources/version.json b/resources/version.json index 27b7df8..6dce256 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,5 +1,5 @@ { - ".": "0.10.19", + ".": "0.10.20", "plugin/repeat": "0.1.8", "plugin/convention": "0.1.3", "plugin/lifecycle": "0.1.4", @@ -10,7 +10,7 @@ "plugin/data": "0.1.6", "plugin/inline": "0.1.5", "plugin/bench": "0.1.5", - "plugin/codecov": "0.1.8", + "plugin/codecov": "0.1.9", "bridge/symfony-console": "0.1.6", "bridge/infection": "0.1.6" } From d53ba82589f9a2c75a95927207e2eaf4bbe068ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 21:07:02 +0000 Subject: [PATCH 2/2] chore(release): sync testo/* version constraints --- bridge/symfony-console/composer.json | 2 +- composer.json | 2 +- plugin/assert/composer.json | 2 +- plugin/bench/composer.json | 2 +- plugin/codecov/composer.json | 2 +- plugin/convention/composer.json | 2 +- plugin/data/composer.json | 2 +- plugin/filter/composer.json | 2 +- plugin/inline/composer.json | 2 +- plugin/lifecycle/composer.json | 2 +- plugin/repeat/composer.json | 2 +- plugin/retry/composer.json | 2 +- plugin/test/composer.json | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/bridge/symfony-console/composer.json b/bridge/symfony-console/composer.json index b3f309d..5866fbe 100644 --- a/bridge/symfony-console/composer.json +++ b/bridge/symfony-console/composer.json @@ -23,7 +23,7 @@ "require": { "php": ">=8.2", "symfony/console": "^6.4 || ^7 || ^8.0", - "testo/testo": "0.10.19 - 1" + "testo/testo": "0.10.20 - 1" }, "autoload": { "psr-4": { diff --git a/composer.json b/composer.json index 9be9d04..98ae10b 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "testo/assert": "^0.1.7", "testo/bench": "^0.1.5", "testo/bridge-symfony-console": "^0.1.6", - "testo/codecov": "^0.1.8", + "testo/codecov": "^0.1.9", "testo/convention": "^0.1.3", "testo/data": "^0.1.6", "testo/filter": "^0.1.2", diff --git a/plugin/assert/composer.json b/plugin/assert/composer.json index fc79ab2..0cb2cd5 100644 --- a/plugin/assert/composer.json +++ b/plugin/assert/composer.json @@ -21,7 +21,7 @@ ], "require": { "php": ">=8.2", - "testo/testo": "0.10.19 - 1" + "testo/testo": "0.10.20 - 1" }, "autoload": { "psr-4": { diff --git a/plugin/bench/composer.json b/plugin/bench/composer.json index 945802d..63460de 100644 --- a/plugin/bench/composer.json +++ b/plugin/bench/composer.json @@ -23,7 +23,7 @@ "php": ">=8.2", "testo/data": "^0.1.6", "testo/inline": "^0.1.5", - "testo/testo": "0.10.19 - 1" + "testo/testo": "0.10.20 - 1" }, "autoload": { "psr-4": { diff --git a/plugin/codecov/composer.json b/plugin/codecov/composer.json index e431a49..3785988 100644 --- a/plugin/codecov/composer.json +++ b/plugin/codecov/composer.json @@ -24,7 +24,7 @@ "ext-xmlwriter": "*", "testo/data": "^0.1.6", "testo/inline": "^0.1.5", - "testo/testo": "0.10.19 - 1" + "testo/testo": "0.10.20 - 1" }, "autoload": { "psr-4": { diff --git a/plugin/convention/composer.json b/plugin/convention/composer.json index 0fdfa1a..4d31b0d 100644 --- a/plugin/convention/composer.json +++ b/plugin/convention/composer.json @@ -21,7 +21,7 @@ ], "require": { "php": ">=8.2", - "testo/testo": "0.10.19 - 1" + "testo/testo": "0.10.20 - 1" }, "autoload": { "psr-4": { diff --git a/plugin/data/composer.json b/plugin/data/composer.json index 254e0ff..9392fc7 100644 --- a/plugin/data/composer.json +++ b/plugin/data/composer.json @@ -22,7 +22,7 @@ "require": { "php": ">=8.2", "testo/filter": "^0.1.2", - "testo/testo": "0.10.19 - 1" + "testo/testo": "0.10.20 - 1" }, "autoload": { "psr-4": { diff --git a/plugin/filter/composer.json b/plugin/filter/composer.json index 4ca60ac..135ab6a 100644 --- a/plugin/filter/composer.json +++ b/plugin/filter/composer.json @@ -21,7 +21,7 @@ ], "require": { "php": ">=8.2", - "testo/testo": "0.10.19 - 1" + "testo/testo": "0.10.20 - 1" }, "autoload": { "psr-4": { diff --git a/plugin/inline/composer.json b/plugin/inline/composer.json index ec1e28a..d6cef44 100644 --- a/plugin/inline/composer.json +++ b/plugin/inline/composer.json @@ -24,7 +24,7 @@ "testo/assert": "^0.1.7", "testo/data": "^0.1.6", "testo/filter": "^0.1.2", - "testo/testo": "0.10.19 - 1" + "testo/testo": "0.10.20 - 1" }, "autoload": { "psr-4": { diff --git a/plugin/lifecycle/composer.json b/plugin/lifecycle/composer.json index 3a91d38..20a9f1d 100644 --- a/plugin/lifecycle/composer.json +++ b/plugin/lifecycle/composer.json @@ -21,7 +21,7 @@ ], "require": { "php": ">=8.2", - "testo/testo": "0.10.19 - 1" + "testo/testo": "0.10.20 - 1" }, "autoload": { "psr-4": { diff --git a/plugin/repeat/composer.json b/plugin/repeat/composer.json index 6804d81..2855d3b 100644 --- a/plugin/repeat/composer.json +++ b/plugin/repeat/composer.json @@ -22,7 +22,7 @@ ], "require": { "php": ">=8.2", - "testo/testo": "0.10.19 - 1" + "testo/testo": "0.10.20 - 1" }, "autoload": { "psr-4": { diff --git a/plugin/retry/composer.json b/plugin/retry/composer.json index b6c554e..5ca8590 100644 --- a/plugin/retry/composer.json +++ b/plugin/retry/composer.json @@ -21,7 +21,7 @@ ], "require": { "php": ">=8.2", - "testo/testo": "0.10.19 - 1" + "testo/testo": "0.10.20 - 1" }, "autoload": { "psr-4": { diff --git a/plugin/test/composer.json b/plugin/test/composer.json index c57b8b5..319dd64 100644 --- a/plugin/test/composer.json +++ b/plugin/test/composer.json @@ -21,7 +21,7 @@ ], "require": { "php": ">=8.2", - "testo/testo": "0.10.19 - 1" + "testo/testo": "0.10.20 - 1" }, "autoload": { "psr-4": {