Skip to content

Commit

Permalink
Release v0.13.1 (#1841)
Browse files Browse the repository at this point in the history
chore: Release

Co-authored-by: Haaroon <[email protected]>
  • Loading branch information
github-actions[bot] and Haaroon authored Oct 24, 2024
1 parent 35a90a0 commit 85a9eab
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ default-members = ["raphtory"]
resolver = "2"

[workspace.package]
version = "0.13.0"
version = "0.13.1"
documentation = "https://raphtory.readthedocs.io/en/latest/"
repository = "https://github.com/Raphtory/raphtory/"
license = "GPL-3.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/netflow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
raphtory_core = { path = "../../raphtory", version = "0.13.0", features = ["python", "search", "vectors"], package = "raphtory" }
raphtory-graphql = { path = "../../raphtory-graphql", version = "0.13.0",features = ["python"] }
raphtory_core = { path = "../../raphtory", version = "0.13.1", features = ["python", "search", "vectors"], package = "raphtory" }
raphtory-graphql = { path = "../../raphtory-graphql", version = "0.13.1",features = ["python"] }
pyo3 = { workspace = true }

[lib]
Expand Down
4 changes: 2 additions & 2 deletions python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ crate-type = ["cdylib"]

[dependencies]
pyo3 = { workspace = true }
raphtory_core = { path = "../raphtory", version = "0.13.0", features = [
raphtory_core = { path = "../raphtory", version = "0.13.1", features = [
"python",
"search",
"vectors",
"proto",
], package = "raphtory" }
raphtory-graphql = { path = "../raphtory-graphql", version = "0.13.0", features = [
raphtory-graphql = { path = "../raphtory-graphql", version = "0.13.1", features = [
"python",
] }

Expand Down
4 changes: 2 additions & 2 deletions raphtory-benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2021"

[dependencies]
criterion = { workspace = true }
raphtory = { path = "../raphtory", features = ["io", "proto"], version = "0.13.0" }
raphtory-api = { path = "../raphtory-api", version = "0.13.0" }
raphtory = { path = "../raphtory", features = ["io", "proto"], version = "0.13.1" }
raphtory-api = { path = "../raphtory-api", version = "0.13.1" }
pometry-storage.workspace = true
sorted_vector_map = { workspace = true }
rand = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions raphtory-graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ readme.workspace = true
homepage.workspace = true

[dependencies]
raphtory = { path = "../raphtory", version = "0.13.0", features = [
raphtory = { path = "../raphtory", version = "0.13.1", features = [
'vectors',
'search',
"io",
] }
raphtory-api = { path = "../raphtory-api", version = "0.13.0" }
raphtory-api = { path = "../raphtory-api", version = "0.13.1" }
base64 = { workspace = true }
thiserror = { workspace = true }
itertools = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion raphtory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ homepage.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
raphtory-api = { path = "../raphtory-api", version = "0.13.0" }
raphtory-api = { path = "../raphtory-api", version = "0.13.1" }
chrono = { workspace = true }
itertools = { workspace = true }
num-traits = { workspace = true }
Expand Down

0 comments on commit 85a9eab

Please sign in to comment.