summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS14
-rw-r--r--meson.build2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8aaadaaa4..fb66ac0b2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+NEW in 3.5.0 - 2023-03-19
+=========================
+ * Documentation improvements
+ * Dark theme fixes in documentation
+
+Translations: cz, da, fr
+
+ Highlighted changes since 3.4.0:
+ * It is now possible to use TrackerSparqlStatement for SPARQL
+ updates for massive performance improvements.
+ * JSON-LD is now supported as a RDF format
+ * New auto-generated VAPI file. Updates might be necessary.
+ * Reworked documentation, based on gi-docgen
+
NEW in 3.5.0.rc - 2023-03-05
============================
* Reworked documentation, based on gi-docgen
diff --git a/meson.build b/meson.build
index 22e67fece..96b207a69 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('tracker', 'c',
- version: '3.5.0.rc',
+ version: '3.5.0',
meson_version: '>=0.55',
default_options: [
'c_std=c99',