From 36763dc0d821425e088adefd16dc7c4bf3b30f3b Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 30 Aug 2024 14:09:48 +0100 Subject: chore: bump to v1.4.5 changelog: * when clone url is ssh use auth for `list` and `fetch` as they are required * when clone url is ssh, fallback to https so read events dont always require auth * stop asking for git server credentials when pushing `pr/` branch * fix `no repo events at specified coordinates` error via rust-nostr v0.34.1 upgrade --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 716eccf..7dcf4a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1753,7 +1753,7 @@ checksum = "e664971378a3987224f7a0e10059782035e89899ae403718ee07de85bec42afe" [[package]] name = "ngit" -version = "1.4.4" +version = "1.4.5" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index b25620a..a45748f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ngit" -version = "1.4.4" +version = "1.4.5" edition = "2021" description = "cli for code collaboration over nostr with nip34 support" authors = ["DanConwayDev "] -- cgit v1.2.3