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>2026-04-10 20:45:06 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-04-10 20:46:02 +0000
commit205ca05897cbc727d9b75e7ab68375b5c93ead39 (patch)
tree715de3fec49d96b55b0019d094cd7d17dbda6efa /Cargo.toml
parent47622eb762e802a9caa2f37d8162eaaf2f9aa9ca (diff)
chore: release v2.4.0v2.4.0
Add git worktree support and fix patch parsing, panic on bare npub clone, percent-encoding of reserved characters in identifiers, and push errors.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 093992d..afaa157 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "2.3.0" 3version = "2.4.0"
4edition = "2021" 4edition = "2021"
5description = "nostr plugin for git" 5description = "nostr plugin for git"
6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] 6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"]