upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-09-18 13:23:23 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-09-18 13:23:23 +0100
commitb9ea26bc928c361b092eefde69820c51ebc3a3df (patch)
tree82de80e282baf49a814bdeea37265a55230f25d3
parent546aacf77c4ec0af4384328277c771abbe343031 (diff)
chore bump to v1.5.0v1.5.0
changelog: - add new nostr url format that works better for MacOS users `nostr://<*protocol>/<npub123>/<*relay-hint>/<identiifer>` \*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
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b5cc24d..d9ba098 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1699,7 +1699,7 @@ checksum = "e664971378a3987224f7a0e10059782035e89899ae403718ee07de85bec42afe"
1699 1699
1700[[package]] 1700[[package]]
1701name = "ngit" 1701name = "ngit"
1702version = "1.4.5" 1702version = "1.5.0"
1703dependencies = [ 1703dependencies = [
1704 "anyhow", 1704 "anyhow",
1705 "assert_cmd", 1705 "assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index e47b139..a3d5709 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "1.4.5" 3version = "1.5.0"
4edition = "2021" 4edition = "2021"
5description = "cli for code collaboration over nostr with nip34 support" 5description = "cli for code collaboration over nostr with nip34 support"
6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] 6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"]