summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Rathbone <poprocks@gmail.com>2023-02-17 15:53:42 -0500
committerLogan Rathbone <poprocks@gmail.com>2023-02-17 16:20:15 -0500
commit69aff6e5fa2842e00b409c348bd73188548828b3 (patch)
treedb09e5a1e2d5f7d66c8bf36a6273d38f4ce291bb
parentda7e1f0f5187fcdef2d063bdb038bdbd7c395fd2 (diff)
downloadlibnotify-master.tar.gz
Releasing version 0.8.2HEAD0.8.2master
Update NEWS.
-rw-r--r--NEWS13
-rw-r--r--meson.build2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 87e2b2f..c2b4a75 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+New in 0.8.2
+============
+
+* Set new summary for library [Maximiliano]
+* docs: port to gi-docgen [Maximiliano]
+* docs: Fix URL to Desktop Notification Spec [Andre]
+* meson: replace deprecated meson.source_root() calls [Kai]
+* meson: bump minimum meson version to 0.58 [centaurii]
+* Introspection docs fixes [Maximiliano, Logan]
+
+Contributors:
+ Maximiliano Sandoval R, Andre Klapper, Kai Smith, centaurii, Logan Rathbone
+
New in 0.8.1
============
diff --git a/meson.build b/meson.build
index 147fcb8..169d596 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('libnotify',
'c',
- version: '0.8.1',
+ version: '0.8.2',
meson_version: '>= 0.56.0')
gnome = import('gnome')