Release stable version 0.21.1

This commit is contained in:
Niels De Graef 2023-09-19 23:11:26 +02:00
parent 28a29bc2a5
commit 79722e8c67
No known key found for this signature in database
GPG Key ID: 1D8A57CF2E8D36A3
2 changed files with 7 additions and 1 deletions

6
NEWS
View File

@ -1,3 +1,9 @@
0.21.1
* Fix updating credentials by another process in the same Flatpak sandbox [#62, !99]
* Migrate to g_memdup2 [!121]
* Print error logs in CI [!125]
* Updated translations
0.21.0
* Unlock the keyring before getting secret attributes [!105]
* file-backend: avoid deadlock when portal op is canceled [!118, !120]

View File

@ -1,5 +1,5 @@
project('libsecret', 'c',
version: '0.21.0',
version: '0.21.1',
license: 'GPL2+',
meson_version: '>= 0.50',
)