* 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
0.8.0
- Added two new Buffer methods to set the script and language from OT tags: `buf.set_script_from_ot_tag(tag)` and `buf.set_language_from_ot_tag(tag)`