diff --git a/NEWS b/NEWS index 8d1e091..eeccb55 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Version 1.90.6 +-------------- +Released: 2024-09-16 + +- Fractional battery percentage (!226) +- CI enhancement. (!236) +- Tweak the default battery charging threshold to 75-80. (!234) +- Fix g_object_weak_ref: assertion 'g_atomic_int_get (&object->ref_count) >= 1' failed (#281, !233) + Version 1.90.5 -------------- Released: 2024-08-22 diff --git a/meson.build b/meson.build index 212f9bf..aff36e4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('upower', 'c', - version: '1.90.5', + version: '1.90.6', license: 'GPLv2+', default_options: [ 'buildtype=debugoptimized',