From 2fedd9b3acecb7a8b8344eb6f55e601f401e5293 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Wed, 26 Oct 2022 11:16:10 +0200 Subject: [PATCH 1/2] Update CHANGELOG for 0.26.6 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30eda3d87..029c2b8e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.26.6 + + * Add `Process::wait`. + * Add "Good pratice" entry into the crate level documentation and in the README. + * Linux: More precise used memory computation. + # 0.26.5 * Windows: Fix disk information retrieval. From a235b3736b28b39f4c8b810a4271f53851d9aa4e Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Wed, 26 Oct 2022 11:16:28 +0200 Subject: [PATCH 2/2] Update crate version to 0.26.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0f129341d..c116cbba0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sysinfo" -version = "0.26.5" +version = "0.26.6" authors = ["Guillaume Gomez "] description = "Library to get system information such as processes, CPUs, disks, components and networks"