summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7a5ca0b..437d3e5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in dconf 0.38.0
+=======================
+
+ - build: Install bash-completion relative to datadir (Jan Trojnar, !58)
+ - client: add `dconf compile` to shell autocomplete (Andreas Polnas, !60)
+
Changes in dconf 0.36.0
=======================
diff --git a/meson.build b/meson.build
index b7114bf..d6e7254 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'dconf', ['c'],
- version: '0.37.1',
+ version: '0.38.0',
license: 'LGPL2.1+',
meson_version: '>= 0.47.0',
)