diff --git a/CHANGES.rst b/CHANGES.rst index 9924818d..9efda852 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,10 @@ -0.16.9 -- 2024-mm-dd +0.16.9 -- 2024-05-12 -------------------- * Fixed ``Seat.touch_point_clear_focus``: The method took too many arguments which were not aligned to the wlroots counterpart and lead to a runtime error. -* This is probably the last 0.16 release unless there are important bugs to fix. - Since Linux distributions are phasing out support for wlroots 0.16, projects - should move to pywlroots 0.17 once this version is released +* Fixed ``Renderer.autocreate`` return value check. This also replaces some of + the exceptions from render_texture and render_texture_with_matrix with + boolean return values. 0.16.8 -- 2024-05-04 diff --git a/wlroots/version.py b/wlroots/version.py index 467d18ec..ee51209f 100644 --- a/wlroots/version.py +++ b/wlroots/version.py @@ -1,3 +1,3 @@ # Copyright (c) Sean Vig 2021 -version = "0.16.8" +version = "0.16.9"