summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2022-07-13 17:20:04 +0200
committerBenjamin Berg <bberg@redhat.com>2022-07-21 11:06:49 +0200
commitd4259c009b3ca1169dfd19231a040c233fc3b58d (patch)
tree62c421c032deac20bfd3f4f8e509cb364cde5ad4
parentc2d77ae251b477d47093ff220697d37b0b14db7f (diff)
Release 1.90.0 with larger refactoringsv1.90.0
The version number has been bumped to be able to maintain multiple branches without conflict. This version bump is not associated with a API/ABI break.
-rw-r--r--NEWS18
-rw-r--r--meson.build2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ffd2dc6..f8feba6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Version 1.90.0
+--------------
+Released: 2022-07-21
+
+Note that the version number bump was made to allow bugfixes for older
+releases while also making new releases that contain with more in-depth
+code changes. The old (soft) API/ABI guarantees are currently unchanged.
+
+Changes:
+- Refactor internal battery handling into separate classes
+- Guess charging/discharging state based on energy rate (#196)
+
+Bug fixes:
+- Fix polling after resume (#198)
+- Fix battery state guessing (#146)
+- Reload history when battery ID changes
+- Test fixes
+
Version 0.99.19
---------------
Released: 2022-06-08
diff --git a/meson.build b/meson.build
index 055c658..96a0a8c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('upower', 'c',
- version: '0.99.19',
+ version: '1.90.0',
license: 'GPLv2+',
default_options: [
'buildtype=debugoptimized',