From 4a6f51a8245e335cdb276029c4e82c6d6e2798af Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 3 Nov 2025 19:59:47 +0000 Subject: chore: bump version to v2.0.1 now changes are in CHANGELOG.md --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 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 ## [Unreleased] +## [2.0.1] - Fix Account Creation on NixOS + +### Fixed + +- **NIP-46 bunker url privacy** tag bunker pubkey rather than user pubkey to communicate with bunker +- **Create account** show nsec for manually setting nostr.nsec git config when not able to set global git config + ## [2.0.0] - Pull Request support ### 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" [[package]] name = "ngit" -version = "2.0.0" +version = "2.0.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index eb02a7b..6c60d94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ngit" -version = "2.0.0" +version = "2.0.1" edition = "2021" description = "nostr plugin for git" authors = ["DanConwayDev "] -- cgit v1.2.3