From 8eba2f2ef343c2742df2715b3c82ea4ab4a2ca0a Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Fri, 22 Jul 2022 11:26:28 +0100 Subject: [PATCH] Prepare for 0.11.0 release --- NEWS | 16 ++++++++++++++++ meson.build | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 05944a8..93bd706 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +Overview of changes in malcontent 0.11.0 +======================================== + +* libmalcontent-ui, and the malcontent-control application, now use + libappstream rather than appstream-glib. (#51) + +* libmalcontent-ui, and the malcontent-control application, now use GTK 4 and + libadwaita rather than GTK+ 3. (!141) + +* As a result of these changes, the pkg-config name has been bumped to + libmalcontent-ui-1, and the gobject-introspection name to MalcontentUi-1. + +* Translation updates: + - Italian + - Russian + Overview of changes in malcontent 0.10.5 ======================================== diff --git a/meson.build b/meson.build index e83f2e9..9cd327d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('malcontent', 'c', - version : '0.10.5', + version : '0.11.0', meson_version : '>= 0.57.0', license: ['LGPL-2.1-or-later', 'GPL-2.0-or-later'], default_options : [