From e9ed3a50cdde321eaf42361212480a66eb94a57a Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Sat, 9 Sep 2023 15:32:36 -0300 Subject: [PATCH] 0.7.1 --- NEWS | 5 +++++ meson.build | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e5bef968..1c796cf0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Changes in 0.7.1, 09-09-2023 +========================== + +- Restore ability to call g_object_new (XDP_TYPE_PORTAL, ...) + Changes in 0.7, 06-09-2023 ========================== diff --git a/meson.build b/meson.build index cb2cab43..87b3dd18 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libportal','c', - version: '0.7', + version: '0.7.1', default_options: ['warning_level=2'], meson_version: '>= 0.49.0')