summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2020-09-13 01:09:25 +0000
committerDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2020-09-13 01:09:25 +0000
commitc63ea4d11ac29db3c5175d53e990e77e8b20f7bf (patch)
treeb93712f66735b4419be46c075ae5cbfdba3c9a12
parent770907e7a2da2e34df170ed2cf7aec07e387d7cd (diff)
parent47fbba7fe268b0ff5a1910ba614f639eadbec24c (diff)
downloaddconf-c63ea4d11ac29db3c5175d53e990e77e8b20f7bf.tar.gz
Merge branch 'release/0.38.0' into 'master'0.38.0
Release 0.38.0 See merge request GNOME/dconf!61
-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',
)