Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

52 lines (34 loc) · 1.19 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.

[0.0.1] - 2024-03-19

Added

  • Initial version

[0.0.2] - 2024-03-26

Added

  • Test suite added to cover most of the functionality
  • Added complete readme
  • Plugin setup has been updated

[0.0.3] - 2024-03-27

Fixed

  • Possible out of range error when rerunning tests more one time

[0.0.4] - 2024-03-28

Fixed

  • Fix reporting in case of abort: pass skipped status to the report

[0.0.5] - 2024-03-29

Updated

  • Added missed typing for plugin functions and their arguments
  • Add terminal reporter for reruns
  • Added xdist for package testing
  • Add more debug logging

[0.1.0] - 2024-03-29

Updated

  • README.md updated
  • Added more tests to achieve 100% coverage (including non-reachable code via mocks)
  • Added coverage collection and reporting

[0.1.1] - 2024-04-24

Fixed

  • Fixed proper setting of result outcome for reruns in case of different rerun length

Updated

  • Requirements bumped to the latest versions