Skip to content

Commit

Permalink
Merge pull request #942 from GuillaumeGomez/update
Browse files Browse the repository at this point in the history
Update CHANGELOG and crate version to 0.28.1
  • Loading branch information
GuillaumeGomez committed Feb 26, 2023
2 parents a09b50b + 95eb0e8 commit d9746a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.28.1

* macOS: Fix overflow when computing CPU usage.

# 0.28.0

* Linux: Fix name and CPU usage for processes tasks.
Expand All @@ -9,6 +13,10 @@
* Linux: Handle `Idle` state in `ProcessStatus`.
* Linux: Add brand and name of ARM CPUs.

# 0.27.8

* macOS: Fix overflow when computing CPU usage.

# 0.27.7

* macOS: Fix process CPU usage computation
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sysinfo"
version = "0.28.0"
version = "0.28.1"
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
description = "Library to get system information such as processes, CPUs, disks, components and networks"
repository = "https://github.com/GuillaumeGomez/sysinfo"
Expand Down

0 comments on commit d9746a2

Please sign in to comment.