summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--meson.build2
2 files changed, 14 insertions, 1 deletions
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: [