Skip to content

Commit

Permalink
chore bump to v1.5.3
Browse files Browse the repository at this point in the history
changelog:

- fix remote signing as nip46 update has breaking changes
- auth to relays on requests
- fix `pr/` branch name prefix issue
- fix `ngit init` error when remote added before initiation
- don't blast initiation events as munity blaster is no more
- when git-remote-nostr called directly show help instead of error
- bump rust-nostr to v0.36
- replace sqlite with lmdb due do rust-nostr deprecation
  • Loading branch information
DanConwayDev committed Nov 12, 2024
1 parent da569ee commit 0089b8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ngit"
version = "1.5.2"
version = "1.5.3"
edition = "2021"
description = "cli for code collaboration over nostr with nip34 support"
authors = ["DanConwayDev <DanConwayDev@protonmail.com>"]
Expand Down

0 comments on commit 0089b8f

Please sign in to comment.