diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-09-18 13:23:23 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-09-18 13:23:23 +0100 |
| commit | b9ea26bc928c361b092eefde69820c51ebc3a3df (patch) | |
| tree | 82de80e282baf49a814bdeea37265a55230f25d3 | |
| parent | 546aacf77c4ec0af4384328277c771abbe343031 (diff) | |
chore bump to v1.5.0v1.5.0
changelog:
- add new nostr url format that works better for MacOS users
`nostr://<*protocol>/<npub123>/<*relay-hint>/<identiifer>`
\*optional
- status updates during clone, push and fetch
- intelligent protocol selection and fallback
- unless unusual protocol specified in clone url it will try
in this order:
- fetch: https unatuth, ssh, https
- push: ssh, https auth
- save successful protocol in git config so it is tried first
next time
- enable override from nostr url (will only use this protocol)
- enable building binaries via nix
- refactor into lib and bin structure
- bump dependnancies
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -1699,7 +1699,7 @@ checksum = "e664971378a3987224f7a0e10059782035e89899ae403718ee07de85bec42afe" | |||
| 1699 | 1699 | ||
| 1700 | [[package]] | 1700 | [[package]] |
| 1701 | name = "ngit" | 1701 | name = "ngit" |
| 1702 | version = "1.4.5" | 1702 | version = "1.5.0" |
| 1703 | dependencies = [ | 1703 | dependencies = [ |
| 1704 | "anyhow", | 1704 | "anyhow", |
| 1705 | "assert_cmd", | 1705 | "assert_cmd", |
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "ngit" | 2 | name = "ngit" |
| 3 | version = "1.4.5" | 3 | version = "1.5.0" |
| 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>"] |