v0.11.0
Release created on: 23.06.2024 - 22:23:46
New Features
- pytest-junit: Support multiple
system-out
andsystem-err
tags for the pytest JUnit XML dialect. - generic-junit: Support properties on root element
testsuites
.
Changes
- Fetch GoogleTest into the
lib
directory via CMake. - Name used XSD schema in case of a validation fault.
- Bumped dependencies.
- Fixed typos.
Bug Fixes
- Fixed Ant/JUnit4 execution and build in Java example project: Upgraded dependency Gradle to v8.8.
Related PRs:
- #42 (by @navidcity)