From 7fbc02e8afb6e218596b3d4da0708871b2177fbe Mon Sep 17 00:00:00 2001 From: Kate Hsuan Date: Mon, 16 Sep 2024 15:20:03 +0800 Subject: [PATCH] Release 1.90.6 - Fix g_object_weak_ref: assertion 'g_atomic_int_get (&object->ref_count) >= 1' failed (#281, !233) - Fractional battery percentage (!226) - CI enhancement. (!236) - Tweak the default battery charging threshold to 75-80. (!234) --- NEWS | 9 +++++++++ meson.build | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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',