From 7f245fa5158204621c3469756a951b68a651c4fe Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 17 Mar 2023 11:48:39 -0700 Subject: Release libpeas-1.36.0 --- NEWS | 13 +++++++++++++ meson.build | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1ade334..3653bad 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Overview of Changes in libpeas 1.36.0 +===================================== + +* PeasExtensionSet now implements GListModel +* libpeas now requires GLib 2.44 or newer for GListModel +* Translation updates: + - Interlingue + - Turkish + +As a note to packagers, we'd like to mention that there is an intention to +release a new libpeas-2 ABI for GNOME 45 to fix a number of longstanding +needs which can only be resolved with an ABI break. + Overview of Changes in libpeas 1.34.0 ===================================== diff --git a/meson.build b/meson.build index 09a2b6d..f0206c6 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'libpeas', 'c', - version: '1.35.0', + version: '1.36.0', license: 'LGPLv2.1+', meson_version: '>= 0.50.0', default_options: [ -- cgit v1.2.1