Skip to content

Commit

Permalink
Add v0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Siyu Wang <FillZpp.pub@gmail.com>
  • Loading branch information
FillZpp committed May 29, 2020
1 parent b0f0199 commit a5d126d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

## 0.7.0

- FreeBSD port.

## 0.6.1

- Restore `Send` trait to `Error` for wrapping with `error-chain`
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "sys-info"
version = "0.6.1"
version = "0.7.0"
authors = ["Siyu Wang <FillZpp.pub@gmail.com>"]
license = "MIT"
readme = "README.md"
Expand All @@ -11,7 +11,7 @@ documentation = "https://docs.rs/sys-info"
description = """
Get system information in Rust.
For now it supports Linux, Mac OS X, illumos, Solaris, and Windows.
For now it supports Linux, Mac OS X, illumos, Solaris, FreeBSD, and Windows.
"""

links = "info"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Get system information in Rust.

For now it supports Linux, Mac OS X, illumos, Solaris, and Windows.
For now it supports Linux, Mac OS X, illumos, Solaris, FreeBSD, and Windows.
And now it can get information of kernel/cpu/memory/disk/load/hostname and so on.

[Documentation](https://docs.rs/sys-info)
Expand All @@ -14,7 +14,7 @@ Add this to `Cargo.toml`:

```
[dependencies]
sys-info = "0.6"
sys-info = "0.7"
```

and add this to crate root:
Expand Down

0 comments on commit a5d126d

Please sign in to comment.