Skip to content

Commit

Permalink
Release v0.11.1 (#1739)
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 Sep 2, 2024
1 parent a6eb846 commit fcf885a
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 @@ -14,7 +14,7 @@ default-members = ["raphtory"]
resolver = "2"

[workspace.package]
version = "0.11.0"
version = "0.11.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.11.0", features = ["python", "search", "vectors"], package = "raphtory" }
raphtory-graphql = { path = "../../raphtory-graphql", version = "0.11.0",features = ["python"] }
raphtory_core = { path = "../../raphtory", version = "0.11.1", features = ["python", "search", "vectors"], package = "raphtory" }
raphtory-graphql = { path = "../../raphtory-graphql", version = "0.11.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,8 +19,8 @@ crate-type = ["cdylib"]

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

[features]
default = ["extension-module"]
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"], version = "0.11.0" }
raphtory-api = { path = "../raphtory-api", version = "0.11.0" }
raphtory = { path = "../raphtory", features = ["io"], version = "0.11.1" }
raphtory-api = { path = "../raphtory-api", version = "0.11.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,8 +13,8 @@ readme.workspace = true
homepage.workspace = true

[dependencies]
raphtory = { path = "../raphtory", version = "0.11.0", features = ['vectors', 'search', "io"] }
raphtory-api = { path = "../raphtory-api", version = "0.11.0" }
raphtory = { path = "../raphtory", version = "0.11.1", features = ['vectors', 'search', "io"] }
raphtory-api = { path = "../raphtory-api", version = "0.11.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.11.0" }
raphtory-api = { path = "../raphtory-api", version = "0.11.1" }
chrono = { workspace = true }
itertools = { workspace = true }
num-traits = { workspace = true }
Expand Down

0 comments on commit fcf885a

Please sign in to comment.