*2024-12-12*
Added
- Confirmed Python 3.13 support. ([91])
- Confirmed Python 3.12 support. ([84])
- Confirmed Python 3.11 support. ([39])
- Added `CHANGELOG.md` file. ([40])
- Added test summary to the end of the test run. ([31])
- Added support for `--no-header` and `--no-summary` command line options. ([64])
- Added support for capturing terminal output using Rich's `Console` class, with command line option `--rich-capture`. ([65])
- Added support for other plugins to add to test header, through invocation of `pytest_report_header` hook. ([66])
Removed
- Dropped Python 3.7 support. ([84])
- Dropped Python 3.8 support. ([91])