Skip to content

Commit

Permalink
Merge pull request #1187 from GuillaumeGomez/update
Browse files Browse the repository at this point in the history
Update CHANGELOG and crate version to 0.30.3
  • Loading branch information
GuillaumeGomez committed Dec 29, 2023
2 parents 4b565da + d89316b commit bc08ea2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.30.3

* Improve dependendy stack by updating the `windows` dependency.

# 0.30.2

* Add `ThreadKind` enum.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.30.2"
version = "0.30.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 bc08ea2

Please sign in to comment.