summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS18
-rw-r--r--meson.build2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fd59f462c..34e5f1703 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+NEW in 3.2.0 - 2021-09-18
+=========================
+ * Fuller docs, with updated examples
+
+ Highlighted changes since 3.1:
+ * Improved developer experience when designing ontologies,
+ better handling of inconsistent ontologies, and more
+ accurate error reporting.
+ * Added new GDateTime helper API to resources, cursors
+ and statements.
+ * Several fixes to build and run on MacOS, with a brew
+ recipe now available.
+ * Added support for libsoup 3.x.
+ * Fresher and more complete documentation, built with hotdoc.
+ * Many other code fixes and performance improvements.
+
+Translations: da
+
NEW in 3.2.0.rc - 2021-09-05
============================
* Dropped bogus files from pre-generated documentation
diff --git a/meson.build b/meson.build
index b4887455a..700d24978 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('tracker', 'c', 'vala',
- version: '3.2.0.rc',
+ version: '3.2.0',
meson_version: '>=0.51',
default_options: [
'c_std=c99',