Skip to content

Commit

Permalink
Merge pull request #958 from GuillaumeGomez/update
Browse files Browse the repository at this point in the history
Update CHANGELOG and crate version to 0.28.3
  • Loading branch information
GuillaumeGomez committed Mar 17, 2023
2 parents 6d26e8c + 7f7caf8 commit 8ade504
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# 0.28.3

* FreeBSD/Windows: Add missing frequency for global CPU.
* macOS: Fix used memory computation.
* macOS: Improve available memory computation.
* Windows: Fix potential panic when getting process data.

# 0.28.2

* Linux: Improve CPU usage computation.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sysinfo"
version = "0.28.2"
version = "0.28.3"
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 8ade504

Please sign in to comment.