From c6cf49d8349c7078e28a3d0e4a7628f91e0195d9 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 3 Jul 2024 12:12:04 +0100 Subject: chore: bump to v1.3.0 changelog: * add support for NIP-46 remote signer * login to different npubs for different repositories * store login details in git config so they can be reused by other clients * cache profile events * add NIP-31 alt tags to events * add euc marker per NIP-34 tweak * fix: ensure repo events of all maintainers are tagged in proposals * fix: stop filtering out very large patches --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 474adbb..ac0d62e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1742,7 +1742,7 @@ checksum = "e664971378a3987224f7a0e10059782035e89899ae403718ee07de85bec42afe" [[package]] name = "ngit" -version = "1.2.1" +version = "1.3.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 6248f6b..b9bc595 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ngit" -version = "1.2.1" +version = "1.3.0" edition = "2021" description = "cli for code collaboration over nostr with nip34 support" authors = ["DanConwayDev "] -- cgit v1.2.3