We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14402ad commit 99efaebCopy full SHA for 99efaeb
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v1.0.0
4
+
5
+- Out of initial development stage. (https://semver.org/)
6
+- Updated to tokio v1.0.
7
8
## v0.2.1
9
10
- Updated to tokio v0.3.
Cargo.toml
@@ -2,7 +2,7 @@
name = "simple-process-stats"
description = "Get memory usage and CPU time on Linux and Windows"
license = "MIT"
-version = "0.2.1"
+version = "1.0.0"
keywords = ["process", "cpu", "memory"]
categories = ["api-bindings", "asynchronous", "os"]
repository = "https://github.com/robotty/simple-process-stats"
0 commit comments