Skip to content

Commit

Permalink
Merge pull request #871 from GuillaumeGomez/update
Browse files Browse the repository at this point in the history
Update CHANGELOG and crate version to 0.26.6
  • Loading branch information
GuillaumeGomez committed Oct 26, 2022
2 parents 52ff70e + a235b37 commit 463a88c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
# 0.26.6

* Add `Process::wait`.
* Add "Good pratice" entry into the crate level documentation and in the README.
* Linux: More precise used memory computation.

# 0.26.5

* Windows: Fix disk information retrieval.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sysinfo"
version = "0.26.5"
version = "0.26.6"
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]

description = "Library to get system information such as processes, CPUs, disks, components and networks"
Expand Down

0 comments on commit 463a88c

Please sign in to comment.