From 2adb27664b616fa19610a1b6ed0525a48f7ab536 Mon Sep 17 00:00:00 2001 From: Alexis Sellier Date: Wed, 13 Apr 2022 13:01:38 +0200 Subject: [PATCH] Release v0.5.0 Signed-off-by: Alexis Sellier --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 847bf73b..72e872fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5020,7 +5020,7 @@ dependencies = [ [[package]] name = "radicle-cli" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "assay", diff --git a/Cargo.toml b/Cargo.toml index d9085ab7..dd9f9ab4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radicle-cli" description = "Radicle command line interface" -version = "0.4.0" +version = "0.5.0" authors = ["The Radicle Team "] edition = "2018" rust-version = "1.59"