From aa36f4e569c9eac7cec101917f87995d6809005e Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 8 Mar 2024 17:27:24 +0000 Subject: chore: bump to v1.1.0 changelog: * `ngit send` - improve proposal commit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a07691..c61aeff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1599,7 +1599,7 @@ checksum = "e664971378a3987224f7a0e10059782035e89899ae403718ee07de85bec42afe" [[package]] name = "ngit" -version = "1.0.0" +version = "1.1.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 162623a..e267eec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ngit" -version = "1.0.0" +version = "1.1.0" edition = "2021" description = "cli for code collaboration over nostr with nip34 support" authors = ["DanConwayDev "] -- cgit v1.2.3