Skip to content

Commit d272098

Browse files
Merge pull request #1396 from GuillaumeGomez/update-version
Update CHANGELOG and crate version to 0.32.1
2 parents 2542e1e + cc272ca commit d272098

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.32.1
2+
3+
* Fix compilation error due to `libc` update.
4+
15
# 0.32.0
26

37
* Add new `Disk::is_read_only` API.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sysinfo"
3-
version = "0.32.0"
3+
version = "0.32.1"
44
authors = ["Guillaume Gomez <[email protected]>"]
55
description = "Library to get system information such as processes, CPUs, disks, components and networks"
66
repository = "https://github.com/GuillaumeGomez/sysinfo"

0 commit comments

Comments
 (0)