Skip to content

Commit 99efaeb

Browse files
authored
v1.0.0 (#12)
1 parent 14402ad commit 99efaeb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v1.0.0
4+
5+
- Out of initial development stage. (https://semver.org/)
6+
- Updated to tokio v1.0.
7+
38
## v0.2.1
49

510
- Updated to tokio v0.3.

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.1"
5+
version = "1.0.0"
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)