From e818946e18c3236f8650f79db3f4d4a2f9bd6d5a Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 2 Jun 2025 16:15:56 +0100 Subject: chore: bump v1.7.0 changelog: - add quality-of-life features for ngit-relay users - detect ngit-relays and only attempt using unauthenticeted http protocols - better sync and less errors as nostr is the only way to push - overhaul `ngit init` - add simple / advanced mode - add support for ngit-relays - specifiy blossom servers - sensible defaults - misc - add resiliency - push to all maintainer's relays and git servers - require additional maintainers to publish announcements before pushing - allow users to specific fallback relays see `ngit --customize` - add show npub - fixes: - use newest state event found, rather than oldest - more resilient builds for platforms and distros - ignore dereferenced tags in state --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb84a96..fa3a485 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1413,7 +1413,7 @@ checksum = "f0efe882e02d206d8d279c20eb40e03baf7cb5136a1476dc084a324fbc3ec42d" [[package]] name = "ngit" -version = "1.6.3" +version = "1.7.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 95e7572..67e3d4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ngit" -version = "1.6.3" +version = "1.7.0" edition = "2021" description = "nostr plugin for git" authors = ["DanConwayDev "] -- cgit v1.2.3