Skip to content

Commit

Permalink
Release v0.9.2 (#1652)
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 Jun 10, 2024
1 parent 566a7c7 commit 1c7a7d7
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 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 @@ -14,7 +14,7 @@ default-members = ["raphtory"]
resolver = "2"

[workspace.package]
version = "0.9.1"
version = "0.9.2"
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 python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ crate-type = ["cdylib"]

[dependencies]
pyo3 = { workspace = true }
raphtory_core = { path = "../raphtory", version = "0.9.1", features = ["python", "search", "vectors"], package = "raphtory" }
raphtory-graphql = { path = "../raphtory-graphql", version = "0.9.1" }
raphtory_core = { path = "../raphtory", version = "0.9.2", features = ["python", "search", "vectors"], package = "raphtory" }
raphtory-graphql = { path = "../raphtory-graphql", version = "0.9.2" }
serde_json = { workspace = true }
reqwest = { workspace = true }
tokio = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion raphtory-benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
criterion = { workspace = true }
raphtory = { path = "../raphtory", features = ["io"] }
raphtory-graphql = { path = "../raphtory-graphql", version = "0.9.1" }
raphtory-graphql = { path = "../raphtory-graphql", version = "0.9.2" }
pometry-storage.workspace = true
sorted_vector_map = { workspace = true }
rand = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion raphtory-graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme.workspace = true
homepage.workspace = true

[dependencies]
raphtory = { path = "../raphtory", version = "0.9.1", features = ['vectors', 'search', "io"] }
raphtory = { path = "../raphtory", version = "0.9.2", features = ['vectors', 'search', "io"] }
bincode = { workspace = true }
base64 = { workspace = true }
thiserror = { 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.9.1" }
raphtory-api = { path = "../raphtory-api", version = "0.9.2" }
bincode = { workspace = true }
chrono = { workspace = true }
itertools = { workspace = true }
Expand Down

0 comments on commit 1c7a7d7

Please sign in to comment.