Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RAnders00 authored Nov 24, 2020
1 parent 1db7ee6 commit 66ea43f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## v0.2.1

- Updated to tokio v0.3.

## v0.2.0

- Added support for macOS.

## v0.1.0

- Initial release.
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.0"
version = "0.2.1"
keywords = ["process", "cpu", "memory"]
categories = ["api-bindings", "asynchronous", "os"]
repository = "https://github.com/robotty/simple-process-stats"
Expand Down

0 comments on commit 66ea43f

Please sign in to comment.