diff --git a/CHANGELOG.md b/CHANGELOG.md index 90ec41d56..b4ff01092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.31.3 + + * Raspberry Pi: Fix temperature retrieval. + # 0.31.2 * Remove `bstr` dependency (needed for rustc development). diff --git a/Cargo.toml b/Cargo.toml index 68b3f1c40..1ce4df3b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sysinfo" -version = "0.31.2" +version = "0.31.3" authors = ["Guillaume Gomez "] description = "Library to get system information such as processes, CPUs, disks, components and networks" repository = "https://github.com/GuillaumeGomez/sysinfo"