summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-07-04 12:39:31 +0200
committerBastien Nocera <hadess@hadess.net>2019-07-04 12:39:31 +0200
commit3340fe07f80b79725f7ff2b4c686bce62ca4919a (patch)
tree9c8bba71c2749b20aaf33f858748cf56e8242170
parent9a10264e53bc142107cc98b7ee5867cd8bad0009 (diff)
downloadlibgweather-3340fe07f80b79725f7ff2b4c686bce62ca4919a.tar.gz
3.32.23.32.2
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 41debf8..1ed9477 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
==============
+Version 3.32.2
+==============
+
+* Fix a memory leak
+* Fix deserialisation of a city
+* Translation updates
+
+==============
Version 3.32.1
==============
diff --git a/meson.build b/meson.build
index c275085..a393118 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libgweather', 'c',
- version: '3.32.1',
+ version: '3.32.2',
meson_version: '>= 0.48.0',
)