6 years after its first release, cairocffi can now be considered as stable.
* Drop Python 2.6, 2.7 and 3.4 support * Test with Python 3.7 * Clean code, tests and packaging
0.9.0
.............
Released on 2018-08-06
* Drop Python 3.2 and 3.3 support * Test with PyPy and PyPy3 * `114 <https://github.com/Kozea/cairocffi/pull/114>`_: Fix test compatibility with Cairo 1.15.12 * `112 <https://github.com/Kozea/cairocffi/pull/112>`_: Add cairo library name from PyGObject for Windows * Fix ``pango_example.py`` * `85 <https://github.com/Kozea/cairocffi/issues/85>`_: Fix crash with xbc tests * Clean documentation * Support Cairo features up to 1.15.12
0.8.1
.............
Released on 2018-05-30
* `98 <https://github.com/Kozea/cairocffi/pull/98>`_: Add width and height options to pixbuf.decode_to_image_surface * `112 <https://github.com/Kozea/cairocffi/pull/112>`_: Add cairo library name from PyGObject for Windows
0.8.0
.............
Released on 2017-02-03
* Follow semver * `76 <https://github.com/Kozea/cairocffi/issues/76>`_: Avoid implicit relative import * `74 <https://github.com/Kozea/cairocffi/pull/74>`_: Use utf-8 instead of utf8 in headers * `73 <https://github.com/Kozea/cairocffi/issues/73>`_: Keep cairo library loaded until all relevant objects are freed * `86 <https://github.com/Kozea/cairocffi/pull/86>`_: Add cairo_quartz_* functions for MacOS * Use the default ReadTheDocs theme * Fix implicit casts
0.7.2
.............
Released on 2015-08-04
* Use ctypes.util.find_library with dlopen.
0.7.1
.............
Released on 2015-06-22
* Allow installing cairocffi when cffi<1.0 is installed.