Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

43 lines (24 loc) · 1.11 KB

Changelog

Semantic Versioning

[0.3.1] - 2025-03-23

[0.3.0] - 2025-03-23

  • Bump minify_html from v0.15.0 to v0.16.4. Some config options were renamed, see changelog.

[0.2.5] - 2025-02-25

  • Add support for PyPy 3.11 and free-threaded CPython 3.13.

[0.2.4] - 2025-02-01

  • Require Python >= 3.9.
  • Build for more platforms and manylinux versions to improve performance on modern systems.

[0.2.3] - 2024-08-20

  • Add Python 3.13 support.
  • Rebuild with updated compiler and dependencies.

[0.2.2] - 2024-05-18

  • Rebuild with updated compiler and dependencies.

[0.2.1] - 2024-02-21

  • Unpin dependencies.
  • Don't require typing-extensions on Python >= 3.12.

[0.2.0] - 2023-12-26

  • Bundle minify-html with the plugin to avoid depending on the PyPI package. This version uses minify-html v0.15.0.
  • Lower the minimum required version of Python from 3.8 to 3.7.

[0.1.0] - 2023-07-08

  • Initial release.