commit 2da7d564eb25fd6e9853a38852e4e43eb92704a5
parent 6df138a2c634f5dbdb5a131add00bb1bb5118756
Author: William Casarin <jb55@jb55.com>
Date: Sat, 14 Dec 2024 00:10:11 -0800
Release v0.5.0
- Fix profile queries!
- Async stream support
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.4.0"
+version = "0.5.0"
edition = "2021"
build = "build.rs"
license = "GPL-3.0-or-later"