From 535be9c1c0a40fdeef9aa3ca84f90b01bc371a22 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 29 Feb 2024 14:15:25 +0000 Subject: chore: bump to v1.0.0 following semantic versioning, this release includes breaking changes so it has a new major version this is not reflection on its stability --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4df86f..9a07691 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1599,7 +1599,7 @@ checksum = "e664971378a3987224f7a0e10059782035e89899ae403718ee07de85bec42afe" [[package]] name = "ngit" -version = "0.1.2" +version = "1.0.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 05e64bc..162623a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "ngit" -version = "0.1.2" +version = "1.0.0" edition = "2021" -description = "cli for code collaboration over nostr" +description = "cli for code collaboration over nostr with nip34 support" authors = ["DanConwayDev "] readme = "README.md" homepage = "https://github.com/DanConwayDev/ngit-cli" -- cgit v1.2.3