From 2da7d564eb25fd6e9853a38852e4e43eb92704a5 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sat, 14 Dec 2024 00:10:11 -0800 Subject: [PATCH] Release v0.5.0 - Fix profile queries! - Async stream support Signed-off-by: William Casarin --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7569fb1..ceead5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "nostrdb" authors = ["William Casarin "] description = "An unfairly fast embedded nostr database backed by lmdb" readme = "README.md" -version = "0.4.0" +version = "0.5.0" edition = "2021" build = "build.rs" license = "GPL-3.0-or-later"