From a8151b0fbe13c7e496da2966873201e9aa368060 Mon Sep 17 00:00:00 2001 From: Natsuki Ikeguchi Date: Sat, 29 Jun 2024 16:52:20 +0900 Subject: [PATCH] chore: Release v0.4.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 75385ea..da92f77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1057,7 +1057,7 @@ dependencies = [ [[package]] name = "ghr" -version = "0.4.2" +version = "0.4.3" dependencies = [ "anyhow", "async-hofs", diff --git a/Cargo.toml b/Cargo.toml index 42eb45b..c674ec5 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.4.2" +version = "0.4.3" license = "MIT" homepage = "https://github.com/siketyan/ghr" repository = "https://github.com/siketyan/ghr.git"