From 5b66b9c343e710b875cf2a6ae818b585bb5f8a31 Mon Sep 17 00:00:00 2001 From: Andrew Patterson Date: Sat, 30 Nov 2024 01:28:37 +1100 Subject: [PATCH] Updated documentation for v0.8.1 release --- CHANGELOG.md | 5 +++++ README.md | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffc8082..065abdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [0.8.1] - 2024-11-30 +### Fixed +- Named data provider elements not detected when running single test method ([#107](https://github.com/chiefmyron/phpunit-test-workbench/issues/107)) + ## [0.8.0] - 2024-09-06 ### New - Add support for stack traces on test failure messages ([#105](https://github.com/chiefmyron/phpunit-test-workbench/issues/105)) @@ -160,6 +164,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2022-10-14 - Initial release +[0.8.1]: https://github.com/chiefmyron/phpunit-test-workbench/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/chiefmyron/phpunit-test-workbench/compare/v0.7.4...v0.8.0 [0.7.4]: https://github.com/chiefmyron/phpunit-test-workbench/compare/v0.7.3...v0.7.4 [0.7.3]: https://github.com/chiefmyron/phpunit-test-workbench/compare/v0.7.2...v0.7.3 diff --git a/README.md b/README.md index c47b5a9..b59616c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ An extension to integrate PHPUnit with the native Test Explorer functionality wi ## Requirements * __PHP:__ Version 7+ -* __PHPUnit:__ Version 9 & 10 +* __PHPUnit:__ Version 9, 10 & 11 To run tests with debugging: * __XDebug:__ Version 3 @@ -91,6 +91,9 @@ To run test coverage, either: ![Execute tests via commands](docs/images/example-commands.gif) ## Release notes +### v0.8.1 - 2024-11-30 +* __FIXED:__ Named data provider elements not detected when running single test method ([#107](https://github.com/chiefmyron/phpunit-test-workbench/issues/107)) + ### v0.8.0 - 2024-09-06 * __NEW:__ Add support for stack traces on test failure messages ([#105](https://github.com/chiefmyron/phpunit-test-workbench/issues/105))