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-11-12 12:23:29 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-11-12 12:23:29 +0000
commit0089b8fce131c0675539490b67f5a55aab377853 (patch)
treec9ae77f3336bad280e27d0a24c43f2b5de39e085
parentda569eeebe16ff8af78bb16883c5f8e9c4514d18 (diff)
chore bump to v1.5.3v1.5.3
changelog: - fix remote signing as nip46 update has breaking changes - auth to relays on requests - fix `pr/` branch name prefix issue - fix `ngit init` error when remote added before initiation - don't blast initiation events as munity blaster is no more - when git-remote-nostr called directly show help instead of error - bump rust-nostr to v0.36 - replace sqlite with lmdb due do rust-nostr deprecation
-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 43c8978..9b1a164 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1776,7 +1776,7 @@ checksum = "43a88da9dd148bbcdce323dd6ac47d369b4769d4a3b78c6c52389b9269f77932"
1776 1776
1777[[package]] 1777[[package]]
1778name = "ngit" 1778name = "ngit"
1779version = "1.5.2" 1779version = "1.5.3"
1780dependencies = [ 1780dependencies = [
1781 "anyhow", 1781 "anyhow",
1782 "assert_cmd", 1782 "assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index afd4086..8ee7915 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "1.5.2" 3version = "1.5.3"
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>"]