Skip to content

Commit 9b1f907

Browse files
release: opendata-vector v0.2.0
1 parent ce4bb26 commit 9b1f907

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ figment = { version = "0.10", features = ["yaml"] }
3636
futures = { version = "0.3", features = ["std"] }
3737
moka = { version = "0.12", features = ["future"] }
3838
bencher = { path = "./bencher" }
39-
common = { path = "./common", package = "opendata-common", version = "0.1.14" }
39+
common = { path = "./common", package = "opendata-common", version = "0.1.15" }
4040
buffer = { path = "./buffer", package = "opendata-buffer", version = "0.2.0" }
4141
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] }
4242
roaring = "0.10"

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opendata-common"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
edition.workspace = true
55
description = "Shared storage foundation for OpenData databases"
66
license = "MIT"

vector/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opendata-vector"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
edition.workspace = true
55
description = "Vector similarity search database built on SlateDB"
66
license = "MIT"

0 commit comments

Comments
 (0)