From f754989f6f8d3599ebc658919d1fd38c5821d0e1 Mon Sep 17 00:00:00 2001 From: MCOfficer Date: Wed, 15 Apr 2020 16:25:06 +0200 Subject: [PATCH] Bump version to v0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2bd2a5..0b78361 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -210,7 +210,7 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "container-stats" -version = "0.2.1" +version = "0.3.0" dependencies = [ "bytesize", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 4fb3f30..0490eb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "container-stats" -version = "0.2.1" +version = "0.3.0" authors = ["MCOfficer "] description = "A small tool to analyze RAM usage of large amounts of docker containers." edition = "2018" diff --git a/README.md b/README.md index 5b97d7d..e5ec236 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A small tool to analyze RAM usage of large amounts of docker containers. ``` -container-stats 0.2.1 +container-stats 0.3.0 MCOfficer A small tool to analyze RAM usage of large amounts of docker containers.