Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.32 KB

CHANGELOG.rst

File metadata and controls

51 lines (39 loc) · 1.32 KB

Changelog

0.6.0 (2025-02-14)

  • Dropped Python 3.8 support.
  • Added Python 3.13 support.
  • Improved type hints and added py.typed.
  • CI improvements.

0.5.0 (2024-04-15)

0.4.0 (2024-04-03)

0.3.0 (2023-09-21)

  • Drop Python 3.7 support, make Python 3.11 support official.
  • Support tldextract >= 3.6, make the requirement of tldextract >= 1.2 explicit.

0.2.0 (2022-02-01)

  • Update :class:`~.Patterns` to be frozen so instances can easily be deduped based on its hash uniqueness.
  • Remove Python 3.6 support

0.1.0 (2021-11-19)

  • Initial release