From 8555834925aa2adc6dd4d67212aa849d7882aa9f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 4 Apr 2024 13:35:31 +0200 Subject: [PATCH] Add entry for 0.6.0 --- CHANGES.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index a090b6d..40eb637 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Changes ======= +0.6.0 - 2024-02-04 +------------------ + +- Fix network RX and TX for Home Assistant (bytes/s) (Thanks @wittypluck) +- Reformat GPU data for Home Assistant and add unit test (Thanks @wittypluck) +- Add diskio sensors for Home Assistant (in bytes/second) (Thanks @wittypluck) +- Support for Python 3.12, pytest > 8 + 0.5.1 - 2024-01-11 ------------------