Skip to content

Commit

Permalink
Updated documentation for v0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefmyron committed May 1, 2024
1 parent 6bcee47 commit 34e610f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 34e610f

Please sign in to comment.