upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-02-29 14:15:25 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-02-29 14:15:25 +0000
commit535be9c1c0a40fdeef9aa3ca84f90b01bc371a22 (patch)
tree6b06044b75c0f0e7f044632dceaf4974aca9b7fa /Cargo.toml
parentdf239f3536b08d295017f94d0a93c1c00a5039bc (diff)
chore: bump to v1.0.0v1.0.0
following semantic versioning, this release includes breaking changes so it has a new major version this is not reflection on its stability
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 05e64bc..162623a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,8 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "0.1.2" 3version = "1.0.0"
4edition = "2021" 4edition = "2021"
5description = "cli for code collaboration over nostr" 5description = "cli for code collaboration over nostr with nip34 support"
6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] 6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"]
7readme = "README.md" 7readme = "README.md"
8homepage = "https://github.com/DanConwayDev/ngit-cli" 8homepage = "https://github.com/DanConwayDev/ngit-cli"