From 34e610f9cc2e72fd35bbd4ec8cf137121c6bc93b Mon Sep 17 00:00:00 2001 From: Andrew Patterson Date: Wed, 1 May 2024 23:30:50 +1000 Subject: [PATCH] Updated documentation for v0.7.1 release --- CHANGELOG.md | 5 +++++ README.md | 3 +++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2fa9e0..9e6d3ed 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.7.1] - 2024-05-01 +### Fixed +- Debugging a test triggers code coverage ([#94](https://github.com/chiefmyron/phpunit-test-workbench/issues/94)) + ## [0.7.0] - 2024-04-22 ### New - Add namespace / class / method icons to items in Test Explorer ([#90](https://github.com/chiefmyron/phpunit-test-workbench/issues/90)) @@ -140,6 +144,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2022-10-14 - Initial release +[0.7.1]: https://github.com/chiefmyron/phpunit-test-workbench/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/chiefmyron/phpunit-test-workbench/compare/v0.6.1...v0.7.0 [0.6.1]: https://github.com/chiefmyron/phpunit-test-workbench/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/chiefmyron/phpunit-test-workbench/compare/v0.5.0...v0.6.0 diff --git a/README.md b/README.md index dc8b25d..8fde08a 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,9 @@ To run test coverage, either: ![Execute tests via commands](docs/images/example-commands.gif) ## Release notes +### v0.7.1 - 2024-05-01 +* __FIXED:__ Debugging a test triggers code coverage ([#94](https://github.com/chiefmyron/phpunit-test-workbench/issues/94)) + ### v0.7.0 - 2024-04-22 * __NEW:__ Add namespace / class / method icons to items in Test Explorer ([#90](https://github.com/chiefmyron/phpunit-test-workbench/issues/90)) * __NEW:__ Add new 'Rerun last test' command ([#89](https://github.com/chiefmyron/phpunit-test-workbench/issues/89))