Skip to content

Commit 66ea43f

Browse files
authored
v0.2.1
1 parent 1db7ee6 commit 66ea43f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## v0.2.1
4+
5+
- Updated to tokio v0.3.
6+
7+
## v0.2.0
8+
9+
- Added support for macOS.
10+
11+
## v0.1.0
12+
13+
- Initial release.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "simple-process-stats"
33
description = "Get memory usage and CPU time on Linux and Windows"
44
license = "MIT"
5-
version = "0.2.0"
5+
version = "0.2.1"
66
keywords = ["process", "cpu", "memory"]
77
categories = ["api-bindings", "asynchronous", "os"]
88
repository = "https://github.com/robotty/simple-process-stats"

0 commit comments

Comments
 (0)