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.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e47b139..a3d5709 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ngit" -version = "1.4.5" +version = "1.5.0" edition = "2021" description = "cli for code collaboration over nostr with nip34 support" authors = ["DanConwayDev "] -- cgit v1.2.3