commit 39ebdbb452594eb8620bb60f0a1956fc85d7b38d
parent 9ae9ba4fea477cdceafc1447c3eeba8de1c0ddd4
Author: William Casarin <jb55@jb55.com>
Date: Fri, 21 Mar 2025 15:01:48 -0700
Release v0.6.0
- Relay indexes, see process_event_with and IngestMetadata
- Fix memory leak when cloning filters
- nip50 search filters
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.5.1"
+version = "0.6.0"
edition = "2021"
build = "build.rs"
license = "GPL-3.0-or-later"