Skip to content

Commit

Permalink
Merge pull request #979 from GuillaumeGomez/update
Browse files Browse the repository at this point in the history
Update CHANGELOG and crate version to 0.29.0
  • Loading branch information
GuillaumeGomez committed May 5, 2023
2 parents 08c6890 + 14f9f45 commit 83b3325
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,11 @@
# 0.29.0

* Add `ProcessExt::effective_user_id` and `ProcessExt::effective_group_id`.
* Rename `DiskType` into `DiskKind`.
* Rename `DiskExt::type_` into `DiskExt::kind`.
* macOS: Correctly handle `ProcessStatus` and remove public `ThreadStatus` field.
* Windows 11: Fix CPU core usage.

# 0.28.4

* macOS: Improve CPU 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.4"
version = "0.29.0"
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 83b3325

Please sign in to comment.