Skip to content

Commit b440943

Browse files
committed
Release 0.4.0
- add filter iteration - update nostrdb to fix tag+id filter issue - add filter::json support - add ndb_unsubscribe - add subscription count function - api: pass arrays instead of vecs in a few places - expose ndb_note_json - filter: Add event method - filter: add from_json - filter: expose more builder options - filter: mutable since - fix FilterBuilder - fix bech32 parsing - windows support - multi-platform build - nostrdb: update to support automatic kind6 repost ingestion - note: explicit clone implementation - simplify poll and wait apis - since/limit mut methods - sub: add debug trait - update nostrdb to fix note corruption bug - update nostrdb to include fix for flatcc crash Signed-off-by: William Casarin <[email protected]>
1 parent 9a1ad40 commit b440943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "nostrdb"
33
authors = ["William Casarin <[email protected]>"]
44
description = "An unfairly fast embedded nostr database backed by lmdb"
55
readme = "README.md"
6-
version = "0.3.4"
6+
version = "0.4.0"
77
edition = "2021"
88
build = "build.rs"
99
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)