diff --git a/CHANGELOG.md b/CHANGELOG.md index 4417022..7cca7cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.10.15](https://github.com/php-testo/testo/compare/0.10.14...0.10.15) (2026-05-29) + + +### Bug Fixes + +* **codecov:** collect per-data-set coverage from MultipleResult child results ([b287f91](https://github.com/php-testo/testo/commit/b287f91d6e8e019a7e8566c6905c20dad0393c23)) +* **data:** accumulate data sets across all provider attributes instead of keeping only the last ([b287f91](https://github.com/php-testo/testo/commit/b287f91d6e8e019a7e8566c6905c20dad0393c23)) + ## [0.10.14](https://github.com/php-testo/testo/compare/0.10.13...0.10.14) (2026-05-27) diff --git a/resources/version.json b/resources/version.json index a6061ef..5e8c0b5 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,5 +1,5 @@ { - ".": "0.10.14", + ".": "0.10.15", "plugin/repeat": "0.1.5", "plugin/convention": "0.1.2", "plugin/lifecycle": "0.1.2",