* Switched to new HarfBuzz build system (48) * Fixed memory leak (54) * Allow passing a subshaper array to shape (55) * Wrapped (experimental) draw functions (56, 57) * Upgraded HarfBuzz to 2.7.2
0.12.0
* Wrap `hb_buffer_[s|g]et_cluster_level` as `buf.cluster_level` (PR 42)
0.11.0
* update HB to 2.6.8 (PR 46)
0.10.0
- update HarfBuzz to 2.6.5 (PR 40) - add `uharfbuzz.version_string()` to get the underlying HarfBuzz version (PR 40) - add `uharfbuzz.__version__` to get the uharfbuzz version (PR 41)
0.9.1
* Fix crash in message API (39)
0.9.0
- Expose `hb_font_get_glyph_name()` via `font.get_glyph_name(gid)` 36/38 - Expose `hb_font_glyph_to_string()` via `font.glyph_to_string(gid)` 36/38 - Keep a reference to the font data to prevent Harfbuzz looking at GC-ed memory or even crashing 37