diff --git a/CHANGELOG.md b/CHANGELOG.md index 898aeec6b..c61d45a14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.32.1 + + * Fix compilation error due to `libc` update. + # 0.32.0 * Add new `Disk::is_read_only` API. diff --git a/Cargo.toml b/Cargo.toml index c66813e07..a60eb441c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sysinfo" -version = "0.32.0" +version = "0.32.1" authors = ["Guillaume Gomez "] description = "Library to get system information such as processes, CPUs, disks, components and networks" repository = "https://github.com/GuillaumeGomez/sysinfo"