Release 0.99.20

This commit is contained in:
Benjamin Berg 2022-07-13 17:18:50 +02:00
parent f64210df4a
commit 3f2eabb4d1
2 changed files with 10 additions and 1 deletions

9
NEWS
View file

@ -1,3 +1,12 @@
Version 0.99.20
---------------
Released: 2022-07-13
Bug fixes:
- Ensure polling is resumed after suspend (#198)
- Bugfixes to state guessing code (#146)
- Stability improvements of automated tests
Version 0.99.19
---------------
Released: 2022-06-08

View file

@ -1,5 +1,5 @@
project('upower', 'c',
version: '0.99.19',
version: '0.99.20',
license: 'GPLv2+',
default_options: [
'buildtype=debugoptimized',