From b9ea26bc928c361b092eefde69820c51ebc3a3df Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 18 Sep 2024 13:23:23 +0100 Subject: chore bump to v1.5.0 changelog: - add new nostr url format that works better for MacOS users `nostr://<*protocol>//<*relay-hint>/` \*optional - status updates during clone, push and fetch - intelligent protocol selection and fallback - unless unusual protocol specified in clone url it will try in this order: - fetch: https unatuth, ssh, https - push: ssh, https auth - save successful protocol in git config so it is tried first next time - enable override from nostr url (will only use this protocol) - enable building binaries via nix - refactor into lib and bin structure - bump dependnancies --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index b5cc24d..d9ba098 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1699,7 +1699,7 @@ checksum = "e664971378a3987224f7a0e10059782035e89899ae403718ee07de85bec42afe" [[package]] name = "ngit" -version = "1.4.5" +version = "1.5.0" dependencies = [ "anyhow", "assert_cmd", -- cgit v1.2.3