Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

45 lines (27 loc) · 1.34 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.1.1 (2024-02-16)

Added

  • Support for non-preferred block scalars (eg | or >+ instead of >-).

1.1.0 (2024-02-11)

Changed

  • Increased support for non-QtTest (but still valid) TAP files (#2)

Fixed

  • Total 'pass' count was incorrectly deducting 'skip' count.

1.0.1 (2023-03-29)

Changed

  • Switched from deprecated set-output command to new environment files.

1.0.0 (2022-07-23)

Added

  • Support for summarising Qt Test TAP files.
  • Automated tests on all supported GitHub-hosted runners (macos-*, ubuntu-* and windows-*).