From cbe717edd0f007cac98e2ee88dccdfcecb3f75aa Mon Sep 17 00:00:00 2001 From: Gregory Date: Sat, 19 Dec 2020 16:31:53 -0500 Subject: [PATCH] (cargo-release) version 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a391a3..5ca2ac3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -402,7 +402,7 @@ dependencies = [ [[package]] name = "handlr" -version = "0.4.5" +version = "0.5.0" dependencies = [ "ascii_table", "atty", diff --git a/Cargo.toml b/Cargo.toml index b72b0cd..062edd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "handlr" -version = "0.4.5" +version = "0.5.0" authors = ["greg "] edition = "2018" license = "MIT"