diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-08-27 19:44:31 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-08-27 19:44:31 +0100 |
| commit | 76a88f81af435a5c11fa7baf1689c82880fdcd5c (patch) | |
| tree | 793fdfc0c8a839d596574cce2da1ee15b7eed972 | |
| parent | 64662affbd1030fb1f111b60d25bd43e175e9e97 (diff) | |
chore: bump to v1.4.4v1.4.4
changelog:
* include git plugin in release zip
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -1762,7 +1762,7 @@ checksum = "e664971378a3987224f7a0e10059782035e89899ae403718ee07de85bec42afe" | |||
| 1762 | 1762 | ||
| 1763 | [[package]] | 1763 | [[package]] |
| 1764 | name = "ngit" | 1764 | name = "ngit" |
| 1765 | version = "1.4.3" | 1765 | version = "1.4.4" |
| 1766 | dependencies = [ | 1766 | dependencies = [ |
| 1767 | "anyhow", | 1767 | "anyhow", |
| 1768 | "assert_cmd", | 1768 | "assert_cmd", |
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "ngit" | 2 | name = "ngit" |
| 3 | version = "1.4.3" | 3 | version = "1.4.4" |
| 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>"] |