diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-03 19:59:47 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-03 19:59:47 +0000 |
| commit | 4a6f51a8245e335cdb276029c4e82c6d6e2798af (patch) | |
| tree | b354a48738c01a5581c3eb7d1e379367179ca68f | |
| parent | f40f2862379ad3c20183401c35bc9666ce5e29d9 (diff) | |
chore: bump version to v2.0.1v2.0.1
now changes are in CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 7 | ||||
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | 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 | |||
| 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 |
| @@ -1442,7 +1442,7 @@ checksum = "f0efe882e02d206d8d279c20eb40e03baf7cb5136a1476dc084a324fbc3ec42d" | |||
| 1442 | 1442 | ||
| 1443 | [[package]] | 1443 | [[package]] |
| 1444 | name = "ngit" | 1444 | name = "ngit" |
| 1445 | version = "2.0.0" | 1445 | version = "2.0.1" |
| 1446 | dependencies = [ | 1446 | dependencies = [ |
| 1447 | "anyhow", | 1447 | "anyhow", |
| 1448 | "assert_cmd", | 1448 | "assert_cmd", |
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "ngit" | 2 | name = "ngit" |
| 3 | version = "2.0.0" | 3 | version = "2.0.1" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | description = "nostr plugin for git" | 5 | description = "nostr plugin for git" |
| 6 | authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] | 6 | authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] |