- Update to HarfBuzz 10.4.0 - Fix warnings when using deprecated APIs
0.45.0
- Update to HarfBuzz 10.2.0 - No longer require building HarfBuzz with experimental APIs enabled - Add missing license files for some test fonts
0.44.0
- Bind hb_face_count API as Face.count - Bind hb_style_get_value API as Font.get_style_value() - Bind hb_face_reference_table API as Face.reference_table() - Fix Blob.__len__() for blobs created from C pointers
0.43.0
- Support hb-ot-name APIs
0.42.0
- Update to HarfBuzz 10.1.0 - Setup API reference generated by Sphinx
0.41.1
- [pyproject.toml] Allow to build from source with the latest setuptools on non-PyPy. For PyPy keep setuptools pinned to '<72.2' to workaround compile error (216).