diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-24 16:55:49 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-24 16:55:49 +0100 |
| commit | d1dab56ad1319b61b5e3f70949780ba98d312ea8 (patch) | |
| tree | d04c454770ef8f5aab4675c6ba30aebc67e4bd21 /Cargo.lock | |
| parent | 49485423e56d1c80919029f03fde0fac60842454 (diff) | |
chore: bump to v1.3.0v1.3.0
changelog:
* NIP-46 remote signing (from Amber, etc)
* `list` breaks down proposals by status
* local cache in `.git` to enable viewing proposals offline
and reuse by other git clients
* introduced `fetch` to download recent proposals
* improved repo selection and handling of multiple maintainers
* unqiue branch names for proposals to prevent name conflicts
* login to different npubs for different repositories
* store login details in git config so they can be reused
by other git clients ran locally
* add NIP-31 alt tags to events
* add euc marker per NIP-34 tweak
* fix: ensure repo events of all maintainers are tagged in proposals
* fix: stop filtering out very large patches
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1742,7 +1742,7 @@ checksum = "e664971378a3987224f7a0e10059782035e89899ae403718ee07de85bec42afe" | |||
| 1742 | 1742 | ||
| 1743 | [[package]] | 1743 | [[package]] |
| 1744 | name = "ngit" | 1744 | name = "ngit" |
| 1745 | version = "1.2.1" | 1745 | version = "1.3.0" |
| 1746 | dependencies = [ | 1746 | dependencies = [ |
| 1747 | "anyhow", | 1747 | "anyhow", |
| 1748 | "assert_cmd", | 1748 | "assert_cmd", |