diff --git a/CHANGELOG.md b/CHANGELOG.md index ce57964e..ef2e3a9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.26](https://github.com/php-testo/testo/compare/0.10.25...0.10.26) (2026-06-21) + + +### Bug Fixes + +* **junit:** attribute inherited tests to the concrete class ([#231](https://github.com/php-testo/testo/issues/231)) ([fe81392](https://github.com/php-testo/testo/commit/fe8139215b98d018dfc3608af01867a8d6c79df5)) + ## [0.10.25](https://github.com/php-testo/testo/compare/0.10.24...0.10.25) (2026-06-20) diff --git a/composer.json b/composer.json index 58c8637a..a84265fb 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "testo/assert": "^0.1.8", "testo/bench": "^0.1.5", "testo/bridge-symfony-console": "^0.1.7", - "testo/codecov": "^0.1.10", + "testo/codecov": "^0.1.11", "testo/convention": "^0.1.3", "testo/data": "^0.1.6", "testo/filter": "^0.1.3", diff --git a/plugin/codecov/CHANGELOG.md b/plugin/codecov/CHANGELOG.md index cf97ccb4..9e39d0d8 100644 --- a/plugin/codecov/CHANGELOG.md +++ b/plugin/codecov/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.11](https://github.com/php-testo/testo/compare/codecov-0.1.10...codecov-0.1.11) (2026-06-21) + + +### Bug Fixes + +* **junit:** attribute inherited tests to the concrete class ([#231](https://github.com/php-testo/testo/issues/231)) ([fe81392](https://github.com/php-testo/testo/commit/fe8139215b98d018dfc3608af01867a8d6c79df5)) + ## [0.1.10](https://github.com/php-testo/testo/compare/codecov-0.1.9...codecov-0.1.10) (2026-06-09) diff --git a/plugin/codecov/composer.json b/plugin/codecov/composer.json index d623410b..ec33505a 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.21 - 1" + "testo/testo": "0.10.26 - 1" }, "autoload": { "psr-4": { diff --git a/resources/version.json b/resources/version.json index cc744832..f4947aa9 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,5 +1,5 @@ { - ".": "0.10.25", + ".": "0.10.26", "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.10", + "plugin/codecov": "0.1.11", "plugin/facade": "0.1.1", "bridge/symfony-console": "0.1.7", "bridge/infection": "0.1.6"