Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 2.11 KB

CHANGELOG.md

File metadata and controls

61 lines (47 loc) · 2.11 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.9.0 - 2024-06-19

Changed

  • Cruft update to get up to date with the parent cookiecutter template

Removed

  • Support for Python 3.7

0.8.2 - 2024-01-29

Added

  • Support for pytest 8.x
  • Python 3.12 to CI test matrix

0.8.1 - 2023-04-12

Changed

Added

  • Python 3.11 to CI test matrix

0.8.0 - 2022-04-22

Fixed

  • The least_duration algorithm should now split deterministically regardless of starting test order. This should fix the main problem when running with test-randomization packages such as pytest-randomly or pytest-random-order See #52

0.7.0 - 2022-03-13

Added

  • Support for pytest 7.x, see #47

0.6.0 - 2022-01-10

Added

  • PR template
  • Test against 3.10
  • Compatibility with IPython Notebooks

0.5.0 - 2021-11-09

Added

  • Wolt cookiecutter + cruft setup, see #33

0.4.0 - 2021-11-09

Changed

  • Durations file content in prettier format, see #31