From 46fe2098b2c7623266e0e530fdd1c84e48715a97 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! Signed-off-by: William Casarin --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a7da8e6..8934a43 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"