From ced6a06c3128933ff179fe97471666384b69e7a7 Mon Sep 17 00:00:00 2001 From: Naoki Ikeguchi Date: Mon, 16 Jan 2023 20:57:02 +0900 Subject: [PATCH] chore: Release v0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e06392d..4ac90b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -425,7 +425,7 @@ dependencies = [ [[package]] name = "ghr" -version = "0.2.3" +version = "0.3.0" dependencies = [ "anyhow", "build-info", diff --git a/Cargo.toml b/Cargo.toml index 522be5e..db90a55 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.2.3" +version = "0.3.0" license = "MIT" homepage = "https://github.com/siketyan/ghr" repository = "https://github.com/siketyan/ghr.git"