From 27ea89202fc0b7cd298de9be1440ddbd953a8a54 Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Sat, 3 Feb 2024 17:41:03 +0000 Subject: [PATCH] Prep release --- CHANGELOG.md | 12 ++++++++++-- docs/installation.rst | 22 +++++++++++----------- 2 files changed, 21 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3d3dd9..a985efe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## [Unreleased] - 2024-xx-xx +## [5.3.3] - 2024-02-03 +### Added +- Compatibility with `phpunit/php-code-coverage` v11 + +### Changed +- Minimum `phpunit/php-code-coverage` version bumped to 10.1 + ## [5.3.2] - 2023-12-09 ### Added - Support for Symfony 7 @@ -19,7 +26,7 @@ ## [5.3.0] - 2023-02-04 ### Added -- Compatibility with `phpunit/php-code-coverage` v10. +- Compatibility with `phpunit/php-code-coverage` v10 - Added `colors` and `customCSSFile` options to HTML report configuration ## [5.2.2] - 2021-11-30 @@ -107,8 +114,9 @@ - Support for Symfony components older than `<3.4` - Support for HHVM -[Unreleased]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.2..master +[Unreleased]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.3..master +[5.3.3]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.2..v5.3.3 [5.3.2]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.1..v5.3.2 [5.3.1]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.0..v5.3.1 [5.3.0]: https://github.com/dvdoug/behat-code-coverage/compare/v5.2.2..v5.3.0 diff --git a/docs/installation.rst b/docs/installation.rst index 0c10116..3958c0c 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -41,17 +41,17 @@ support for multiple versions of the coverage library to ease the upgrade path, significantly incompatible with older ones or where a compelling new feature exists the minimum supported version may be raised. Fixes for any subsequently discovered bugs will be backported as appropriate. -+---------------------+--------+-------------------+------------+--------------------------+ -| Behat Code Coverage | Behat | php-code-coverage | PHPUnit | Notes | -+=====================+========+===================+============+==========================+ -| 5.3 | 3.10+ | 9.2+, 10 | 9.5.5+, 10 | | -+---------------------+--------+-------------------+------------+--------------------------+ -| 5.2 | 3.5+ | 9.2+ | 9.4+ | Cobertura format support | -+---------------------+--------+-------------------+------------+--------------------------+ -| 5.1 | 3.5+ | 9.1+ | 9.3.4+ | Caching between runs | -+---------------------+--------+-------------------+------------+--------------------------+ -| 5.0 | 3.5+ | 6, 7, 8, 9 | 7, 8, 9 | | -+---------------------+--------+-------------------+------------+--------------------------+ ++---------------------+--------+-------------------+----------------+--------------------------+ +| Behat Code Coverage | Behat | php-code-coverage | PHPUnit | Notes | ++=====================+========+===================+================+==========================+ +| 5.3 | 3.10+ | 9.2+, 10, 11 | 9.5.5+, 10, 11 | | ++---------------------+--------+-------------------+----------------+--------------------------+ +| 5.2 | 3.5+ | 9.2+ | 9.4+ | Cobertura format support | ++---------------------+--------+-------------------+----------------+--------------------------+ +| 5.1 | 3.5+ | 9.1+ | 9.3.4+ | Caching between runs | ++---------------------+--------+-------------------+----------------+--------------------------+ +| 5.0 | 3.5+ | 6, 7, 8, 9 | 7, 8, 9 | | ++---------------------+--------+-------------------+----------------+--------------------------+ .. _Composer: https://getcomposer.org .. _GitHub: https://github.com/dvdoug/behat-code-coverage