diff --git a/NEWS b/NEWS index 40de173..12ddc7c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +0.21.7 + * docs: Fix return comment of secret_value_get_text [#92] + * bash-completion: Fix man section number in secret-tool completion file [!160] + * bash-completion: Integrate external extended bash-completion script [!161] + * bash-completion: Require minimal version for bash-completion [!163] + * meson: Use newlines for build options + 0.21.6 * meson: Make dbus-run-session optional [!157] * meson: Actually include bash-completion subdir [!158] diff --git a/meson.build b/meson.build index 9edd873..10d80dc 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libsecret', 'c', - version: '0.21.6', + version: '0.21.7', license: 'LGPL-2.1-or-later AND GPL-2.0-or-later AND Apache-2.0', meson_version: '>= 0.50', )