Skip to content

Commit

Permalink
v1.0.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
RAnders00 committed Dec 25, 2020
1 parent 14402ad commit 99efaeb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v1.0.0

- Out of initial development stage. (https://semver.org/)
- Updated to tokio v1.0.

## v0.2.1

- Updated to tokio v0.3.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 99efaeb

Please sign in to comment.