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>2026-04-22 13:00:23 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-04-22 13:00:23 +0000
commit875f4e0a99688c7363cba69c1485af1cd4b34999 (patch)
treef2246ec8fff3372eded812453a2bbff70d30a814
parente98acf8c5da5033b20aee8510485a8b4a4f4a56e (diff)
chore: release v2.4.1v2.4.1
Fix fatal errors during clone/fetch when an open PR's git data is unavailable on the repository's specified git servers.
-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 79857b3..eb1c80a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1548,7 +1548,7 @@ checksum = "f0efe882e02d206d8d279c20eb40e03baf7cb5136a1476dc084a324fbc3ec42d"
1548 1548
1549[[package]] 1549[[package]]
1550name = "ngit" 1550name = "ngit"
1551version = "2.4.0" 1551version = "2.4.1"
1552dependencies = [ 1552dependencies = [
1553 "anyhow", 1553 "anyhow",
1554 "assert_cmd", 1554 "assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index afaa157..5b5c06c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "2.4.0" 3version = "2.4.1"
4edition = "2021" 4edition = "2021"
5description = "nostr plugin for git" 5description = "nostr plugin for git"
6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] 6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"]