diff --git a/CHANGELOG.md b/CHANGELOG.md index dd6ca1366..bf0b617b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.30.10 + + * Linux: Fix components not being listed anymore. + # 0.30.9 * Linux/Windows: Performance improvements. diff --git a/Cargo.lock b/Cargo.lock index 8c5ab8ff0..6f0d44656 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -201,7 +201,7 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.30.9" +version = "0.30.10" dependencies = [ "cfg-if", "core-foundation-sys", diff --git a/Cargo.toml b/Cargo.toml index 9a6f65be6..1b8a869c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sysinfo" -version = "0.30.9" +version = "0.30.10" authors = ["Guillaume Gomez "] description = "Library to get system information such as processes, CPUs, disks, components and networks" repository = "https://github.com/GuillaumeGomez/sysinfo"