upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b17859..e5a86a2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7 7
8## [Unreleased] 8## [Unreleased]
9 9
10## [2.0.1] - Fix Account Creation on NixOS
11
12### Fixed
13
14- **NIP-46 bunker url privacy** tag bunker pubkey rather than user pubkey to communicate with bunker
15- **Create account** show nsec for manually setting nostr.nsec git config when not able to set global git config
16
10## [2.0.0] - Pull Request support 17## [2.0.0] - Pull Request support
11 18
12### Breaking Changes 19### Breaking Changes
diff --git a/Cargo.lock b/Cargo.lock
index 838110b..a3d5b10 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1442,7 +1442,7 @@ checksum = "f0efe882e02d206d8d279c20eb40e03baf7cb5136a1476dc084a324fbc3ec42d"
1442 1442
1443[[package]] 1443[[package]]
1444name = "ngit" 1444name = "ngit"
1445version = "2.0.0" 1445version = "2.0.1"
1446dependencies = [ 1446dependencies = [
1447 "anyhow", 1447 "anyhow",
1448 "assert_cmd", 1448 "assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index eb02a7b..6c60d94 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "2.0.0" 3version = "2.0.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>"]