From 8177c88b0f0ffd00c4b05a6bd4efcd1d5f9b8e68 Mon Sep 17 00:00:00 2001 From: Leif Gehrmann Date: Thu, 12 Nov 2020 23:59:12 +0000 Subject: [PATCH] Bump version (v0.7.0 -> v0.8.0) --- NEWS.rst | 29 ++++++++++++++++++++++++----- pangocffi/VERSION | 2 +- 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index 0fede93..5e2d867 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,14 +1,33 @@ Changelog --------- +Version 0.8.0 +............. + +Released on 2020-11-13. + +* C-FFI bindings are now generated at runtime, rather than at installation. + This was done to avoid common installation issues like + ``ModuleNotFoundError: No module named 'pangocffi._generated'``. This change + does mean the bindings are re-compiled the first time ``import pangocffi`` is + called in a python session, but it takes less than a second to do this. If + there are any issues with this change, please raise an issue in the issue + tracker. +* Because of the aforementioned change, modules that depend on pangocffi's + bindings being generated upon installation rather than at runtime, like + pangocairocffi, will break. Either lock your version of pangocffi to 0.7.0 + or upgrade the module to the latest version which is compatible with 0.8.0 of + pangocffi. +* Support for Python 3.5 has been dropped because it has reached end-of-life. + Version 0.7.0 - ............. +............. - Released on 2020-10-17. +Released on 2020-10-17. - * Added new methods to ``Layout`` - * ``set_wrap`` - * ``get_wrap`` +* Added new methods to ``Layout`` + * ``set_wrap`` + * ``get_wrap`` Version 0.6.0 ............. diff --git a/pangocffi/VERSION b/pangocffi/VERSION index faef31a..a3df0a6 100644 --- a/pangocffi/VERSION +++ b/pangocffi/VERSION @@ -1 +1 @@ -0.7.0 +0.8.0