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. 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"