diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-08-20 12:00:22 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-08-20 12:00:22 +0100 |
| commit | 09ead86c82f773778b984b5bbbd9798155265cd3 (patch) | |
| tree | 3f36e5b50ba8fa48ec52822ea8ca5be5befdb0c6 | |
| parent | a9a81ed040990a8431c4b4b05bf5deb551732b09 (diff) | |
chore: bump to v1.4.1v1.4.1
changelog:
* fix pushing tags in git-remote-nostr
| -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.0" | 1765 | version = "1.4.1" |
| 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.0" | 3 | version = "1.4.1" |
| 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>"] |