summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2022-09-17 14:06:14 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2022-09-17 14:06:14 +0200
commit7d332f82c750ba72a6c625f38e4bfd44b786a926 (patch)
tree7bc1c25fe985d48a5b485aa2d9956b4e0a3ba811
parentabcf0b3bbdef094002a8202f6f2a6e6047d4d561 (diff)
downloadlibgee-7d332f82c750ba72a6c625f38e4bfd44b786a926.tar.gz
Release 0.20.60.20.6
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 828ea01..99a6dcb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+libgee 0.20.6
+=============
+ * Fixes for newer valac
+ * Keep the original exception in Future.map/flat_map
+
libgee 0.20.5
=============
* Fixes for newer valac
diff --git a/configure.ac b/configure.ac
index 15f63d2..10c661a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.20.5],
+AC_INIT([libgee], [0.20.6],
[https://gitlab.gnome.org/GNOME/libgee/issues],
[libgee],
[https://wiki.gnome.org/Projects/Libgee])