diff --git a/CHANGELOG.md b/CHANGELOG.md index efbad66c..cfa94fbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.10.45](https://github.com/php-testo/testo/compare/0.10.44...0.10.45) (2026-08-29) + + +### Bug Fixes + +* `--log-html` without param reports to the default path ([#311](https://github.com/php-testo/testo/issues/311)) ([4275e2c](https://github.com/php-testo/testo/commit/4275e2c90fdc9c9dba98e996be8eb18ad95fa343)) + + +### Documentation + +* **skills:** fix API claims that drifted from the code ([54d69bf](https://github.com/php-testo/testo/commit/54d69bf6837ae51be04e8ebfb1fea0568f571663)) + ## [0.10.44](https://github.com/php-testo/testo/compare/0.10.43...0.10.44) (2026-08-27) diff --git a/bridge/symfony-console/CHANGELOG.md b/bridge/symfony-console/CHANGELOG.md index 91d6481d..189f1e80 100644 --- a/bridge/symfony-console/CHANGELOG.md +++ b/bridge/symfony-console/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.11](https://github.com/php-testo/testo/compare/bridge-symfony-console-0.1.10...bridge-symfony-console-0.1.11) (2026-08-29) + + +### Bug Fixes + +* `--log-html` without param reports to the default path ([#311](https://github.com/php-testo/testo/issues/311)) ([4275e2c](https://github.com/php-testo/testo/commit/4275e2c90fdc9c9dba98e996be8eb18ad95fa343)) + ## [0.1.10](https://github.com/php-testo/testo/compare/bridge-symfony-console-0.1.9...bridge-symfony-console-0.1.10) (2026-08-25) diff --git a/bridge/symfony-console/composer.json b/bridge/symfony-console/composer.json index a27454a7..70c6d3c8 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.43 - 1" + "testo/testo": "0.10.45 - 1" }, "autoload": { "psr-4": { diff --git a/composer.json b/composer.json index 008875b2..cc3bb365 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "testo/assert": "^0.1.14", "testo/fiber": "^0.1.3", "testo/bench": "^0.1.10", - "testo/bridge-symfony-console": "^0.1.10", + "testo/bridge-symfony-console": "^0.1.11", "testo/codecov": "^0.2.1", "testo/convention": "^0.1.4", "testo/data": "^0.1.9", diff --git a/resources/version.json b/resources/version.json index e43a567d..1edf22e8 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,5 +1,5 @@ { - ".": "0.10.44", + ".": "0.10.45", "plugin/repeat": "0.1.9", "plugin/convention": "0.1.4", "plugin/lifecycle": "0.1.5", @@ -13,7 +13,7 @@ "plugin/codecov": "0.2.1", "plugin/facade": "0.1.1", "plugin/fiber": "0.1.3", - "bridge/symfony-console": "0.1.10", + "bridge/symfony-console": "0.1.11", "bridge/infection": "0.1.8", "bridge/mockery": "0.1.2", "bridge/rector": "0.2.5",