Skip to content

Commit

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

Co-authored-by: Haaroon <Haaroon@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Haaroon committed May 1, 2024
1 parent 6ce050b commit 545069c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 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 @@ -13,7 +13,7 @@ default-members = ["raphtory"]
resolver = "2"

[workspace.package]
version = "0.8.0"
version = "0.8.1"
documentation = "https://raphtory.readthedocs.io/en/latest/"
repository = "https://github.com/Raphtory/raphtory/"
license = "GPL-3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
raphtory-graphql = { path = "../../../raphtory-graphql", version = "0.8.0" }
raphtory-graphql = { path = "../../../raphtory-graphql", version = "0.8.1" }
tokio = { workspace = true }

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.8.0", features = ["python", "search", "vectors"], package = "raphtory" }
raphtory-graphql = { path = "../raphtory-graphql", version = "0.8.0" }
raphtory_core = { path = "../raphtory", version = "0.8.1", features = ["python", "search", "vectors"], package = "raphtory" }
raphtory-graphql = { path = "../raphtory-graphql", version = "0.8.1" }
serde_json = { workspace = true }
reqwest = { workspace = true }
tokio = { 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.8.0", features = ['vectors', 'search', "io"] }
raphtory = { path = "../raphtory", version = "0.8.1", features = ['vectors', 'search', "io"] }
bincode = { workspace = true }
base64 = { workspace = true }
thiserror = { workspace = true }
Expand Down

0 comments on commit 545069c

Please sign in to comment.