diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-04-28 10:48:50 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-04-28 10:48:50 +0000 |
| commit | 59e467b423e0ba66c30c7f1b7d41d47d938615de (patch) | |
| tree | f1ef6608b09639914bea85db1d4210cb62655776 /Cargo.toml | |
| parent | b9b0108972cbe532d41519850245adbcf6b4fd93 (diff) | |
chore: release v2.4.2v2.4.2
Fix GRASP server push path for PR proposals: URL normalisation
mismatch meant repo GRASP servers were never tried, causing every
PR submission to fall through to the fork-creation fallback.
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 = "2.4.1" | 3 | version = "2.4.2" |
| 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>"] |