Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 473 Bytes

CHANGELOG.md

File metadata and controls

20 lines (17 loc) · 473 Bytes

v0.2.2 (2024-12-01)

  • Drop support for Python 3.6 and 3.7
  • Support Python 3.11, 3.12, and 3.13
  • Migrated from setuptools to hatch

v0.2.1 (2021-10-05)

  • Fix a typing issue in Python 3.9
  • Support Python 3.10

v0.2.0 (2020-11-29)

  • Now support only Python 3.6 and up (tested through 3.9) and PyPy3
  • Add type annotations
  • Add API documentation to README

v0.1.0 (2017-11-26)

Initial release