Skip to content

Commit

Permalink
Updated documentation for v0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefmyron committed Nov 29, 2024
1 parent e7b493f commit 5b66b9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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.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))
Expand Down Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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))

Expand Down

0 comments on commit 5b66b9c

Please sign in to comment.