Skip to content

Commit a9e6f61

Browse files
Release v0.15.1 (#2031)
chore: Release Co-authored-by: Pometry-Team <[email protected]>
1 parent 85593d7 commit a9e6f61

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ default-members = ["raphtory"]
1515
resolver = "2"
1616

1717
[workspace.package]
18-
version = "0.15.0"
18+
version = "0.15.1"
1919
documentation = "https://raphtory.readthedocs.io/en/latest/"
2020
repository = "https://github.com/Raphtory/raphtory/"
2121
license = "GPL-3.0"
@@ -161,4 +161,4 @@ strsim = { version = "0.11.1" }
161161
arrow-buffer = { git = "https://github.com/apache/arrow-rs.git", tag = "53.2.0" }
162162
arrow-schema = { git = "https://github.com/apache/arrow-rs.git", tag = "53.2.0" }
163163
arrow-data = { git = "https://github.com/apache/arrow-rs.git", tag = "53.2.0" }
164-
arrow-array = { git = "https://github.com/apache/arrow-rs.git", tag = "53.2.0" }
164+
arrow-array = { git = "https://github.com/apache/arrow-rs.git", tag = "53.2.0" }

examples/netflow/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
raphtory_core = { path = "../../raphtory", version = "0.15.0", features = ["python", "search", "vectors"], package = "raphtory" }
10-
raphtory-graphql = { path = "../../raphtory-graphql", version = "0.15.0",features = ["python"] }
9+
raphtory_core = { path = "../../raphtory", version = "0.15.1", features = ["python", "search", "vectors"], package = "raphtory" }
10+
raphtory-graphql = { path = "../../raphtory-graphql", version = "0.15.1",features = ["python"] }
1111
pyo3 = { workspace = true }
1212

1313
[lib]

python/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ crate-type = ["cdylib"]
2020
[dependencies]
2121
pyo3 = { workspace = true }
2222
numpy = { workspace = true }
23-
raphtory_core = { path = "../raphtory", version = "0.15.0", features = [
23+
raphtory_core = { path = "../raphtory", version = "0.15.1", features = [
2424
"python",
2525
"search",
2626
"vectors",
2727
"proto",
2828
], package = "raphtory" }
29-
raphtory-graphql = { path = "../raphtory-graphql", version = "0.15.0", features = [
29+
raphtory-graphql = { path = "../raphtory-graphql", version = "0.15.1", features = [
3030
"python",
3131
] }
3232

raphtory-benchmark/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ edition = "2021"
77

88
[dependencies]
99
criterion = { workspace = true }
10-
raphtory = { path = "../raphtory", features = ["io", "proto"], version = "0.15.0" }
11-
raphtory-api = { path = "../raphtory-api", version = "0.15.0" }
10+
raphtory = { path = "../raphtory", features = ["io", "proto"], version = "0.15.1" }
11+
raphtory-api = { path = "../raphtory-api", version = "0.15.1" }
1212
sorted_vector_map = { workspace = true }
1313
rand = { workspace = true }
1414
rayon = { workspace = true }

raphtory-graphql/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ readme.workspace = true
1313
homepage.workspace = true
1414

1515
[dependencies]
16-
raphtory = { path = "../raphtory", version = "0.15.0", features = [
16+
raphtory = { path = "../raphtory", version = "0.15.1", features = [
1717
'vectors',
1818
'search',
1919
"io",
2020
] }
21-
raphtory-api = { path = "../raphtory-api", version = "0.15.0" }
21+
raphtory-api = { path = "../raphtory-api", version = "0.15.1" }
2222
base64 = { workspace = true }
2323
jsonwebtoken = { workspace = true }
2424
spki = { workspace = true }

raphtory/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ homepage.workspace = true
1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

1717
[dependencies]
18-
raphtory-api = { path = "../raphtory-api", version = "0.15.0" }
18+
raphtory-api = { path = "../raphtory-api", version = "0.15.1" }
1919
arrow-ipc = {workspace = true}
2020
arrow-array = {workspace = true, features = ["chrono-tz"]}
2121
arrow-schema = {workspace = true}

0 commit comments

Comments
 (0)