Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 416 Bytes

CHANGELOG.md

File metadata and controls

21 lines (13 loc) · 416 Bytes

Changelog

0.5.0

  • Remove support for Python <3.8
  • Add function argument to timeout to call on timeout
  • Add exhaustive type hints
  • Add GitHub actions for CI

0.3.1

  • Fixed issue with PicklingError causes the timeout to never be reached.

0.3.0

  • Added optional threading support via python multiprocessing (bubenkoff)
  • Switched to pytest test runner (bubenkoff)

0.2.1

  • Initial public release