From fd7309928466e2a8bab167211acd85d7d54cd762 Mon Sep 17 00:00:00 2001 From: MCOfficer Date: Fri, 10 Jul 2020 14:11:15 +0200 Subject: [PATCH] Bump version to v0.5.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 cc41420..5113508 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,7 +220,7 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "container-stats" -version = "0.4.0" +version = "0.5.0" dependencies = [ "bytesize", "chrono", diff --git a/Cargo.toml b/Cargo.toml index c79051f..ba6e1e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "container-stats" -version = "0.4.0" +version = "0.5.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 6b6d1c3..a727608 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.4.0 +container-stats 0.5.0 MCOfficer A small tool to analyze RAM usage of large amounts of docker containers.