Skip to content

Commit 0857772

Browse files
committed
chore: bump version to 0.3.3
1 parent 126943d commit 0857772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diskann-rs"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2021"
55
description = "A Rust implementation of DiskANN (Disk-based Approximate Nearest Neighbor search) using the Vamana graph algorithm. Provides memory-efficient vector search through graph traversal and memory-mapped storage, enabling billion-scale search with minimal RAM usage."
66
license = "MIT"

0 commit comments

Comments
 (0)