From 42d7cc3286cf3814b9164eee0ecd97586d363c66 Mon Sep 17 00:00:00 2001 From: grtcdr Date: Sun, 2 Jun 2024 13:01:27 +0100 Subject: [PATCH] Bump version to 7.2.3 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1afb8f2..3bc933b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## `7.2.3` + +- Fix `Readouts` struct `network` field type + +Matthias Baer: +- Improve CI workflow (#169) + +Adrian Groh: +- Faster package count on Alpine Linux (#170) + ## `7.2.2` - Update `vergen` dependency and correct its invocation. diff --git a/Cargo.toml b/Cargo.toml index f8a4f13..4a2f806 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libmacchina" -version = "7.2.2" +version = "7.2.3" authors = ["grtcdr ", "Marvin Haschker ", "Uttarayan Mondal "] edition = "2021" description = "A library that can fetch all sorts of system information."