Release stable version 0.21.7

This commit is contained in:
Niels De Graef 2025-03-18 23:14:49 +01:00
parent 4afd50c370
commit 0936f740c0
2 changed files with 8 additions and 1 deletions

7
NEWS
View File

@ -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]

View File

@ -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',
)