diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-12 12:23:29 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-12 12:23:29 +0000 |
| commit | 0089b8fce131c0675539490b67f5a55aab377853 (patch) | |
| tree | c9ae77f3336bad280e27d0a24c43f2b5de39e085 /Cargo.toml | |
| parent | da569eeebe16ff8af78bb16883c5f8e9c4514d18 (diff) | |
chore bump to v1.5.3v1.5.3
changelog:
- fix remote signing as nip46 update has breaking changes
- auth to relays on requests
- fix `pr/` branch name prefix issue
- fix `ngit init` error when remote added before initiation
- don't blast initiation events as munity blaster is no more
- when git-remote-nostr called directly show help instead of error
- bump rust-nostr to v0.36
- replace sqlite with lmdb due do rust-nostr deprecation
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "ngit" | 2 | name = "ngit" |
| 3 | version = "1.5.2" | 3 | version = "1.5.3" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | description = "cli for code collaboration over nostr with nip34 support" | 5 | description = "cli for code collaboration over nostr with nip34 support" |
| 6 | authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] | 6 | authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] |