From 47a6443538f8041557f8324e961b8a79043ef996 Mon Sep 17 00:00:00 2001 From: Naoki Ikeguchi Date: Tue, 22 Nov 2022 22:01:38 +0900 Subject: [PATCH] chore: Release v0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b33a56..1971318 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -180,7 +180,7 @@ dependencies = [ [[package]] name = "ghr" -version = "0.1.4" +version = "0.2.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 36e7a12..e491f54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ghr" description = "Yet another repository management with auto-attaching profiles." -version = "0.1.4" +version = "0.2.0" license = "MIT" homepage = "https://github.com/siketyan/ghr" repository = "https://github.com/siketyan/ghr.git"