commit 2e90bce0f9a81e6d535f8f28665710d302ec9c13
parent 017d32014e53f0769fadbd666a0b4703c2eb773d
Author: William Casarin <jb55@jb55.com>
Date: Thu, 22 Jan 2026 13:40:30 -0800
Release v0.9.0: Giftwraps!
Martti Malmi (1):
fix non-android target metadata.rs u8
William Casarin (15):
android: fix build
bindgen: update bindings for metadata version
bindings: update posix bindings for giftwrap changes
build: add libsodium
filter: fix crashing on windows
fix lint issues
giftwraps: fix double free bug
initial note metadata api
ndb: add add_key, process_giftwraps, rumor note fns
nip10: a few cleanups
nip10: add weird reply-to-root seen in the wild
nostrdb: fix crash in ingester thread
win: add windows bindings
win: fix windows build
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
@@ -3,7 +3,7 @@ name = "nostrdb"
authors = ["William Casarin <jb55@jb55.com>"]
description = "An unfairly fast embedded nostr database backed by lmdb"
readme = "README.md"
-version = "0.8.0"
+version = "0.9.0"
edition = "2021"
build = "build.rs"
license = "GPL-3.0-or-later"