From 1c7a7d72bc5d5061a8c2bf7846e98abecf134173 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:58:51 +0100 Subject: [PATCH] Release v0.9.2 (#1652) chore: Release Co-authored-by: Haaroon --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- python/Cargo.toml | 4 ++-- raphtory-benchmark/Cargo.toml | 2 +- raphtory-graphql/Cargo.toml | 2 +- raphtory/Cargo.toml | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fbb092ea2c..eca1db0e00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1940,7 +1940,7 @@ dependencies = [ [[package]] name = "examples" -version = "0.9.1" +version = "0.9.2" dependencies = [ "chrono", "itertools 0.12.1", @@ -2661,7 +2661,7 @@ dependencies = [ [[package]] name = "js-raphtory" -version = "0.9.1" +version = "0.9.2" dependencies = [ "chrono", "console_error_panic_hook", @@ -3095,7 +3095,7 @@ dependencies = [ [[package]] name = "netflow_algorithm" -version = "0.9.1" +version = "0.9.2" dependencies = [ "pyo3", "pyo3-build-config", @@ -3907,7 +3907,7 @@ dependencies = [ [[package]] name = "pometry-storage" -version = "0.9.1" +version = "0.9.2" [[package]] name = "portable-atomic" @@ -4257,7 +4257,7 @@ dependencies = [ [[package]] name = "raphtory" -version = "0.9.1" +version = "0.9.2" dependencies = [ "ahash", "async-openai", @@ -4321,7 +4321,7 @@ dependencies = [ [[package]] name = "raphtory-api" -version = "0.9.1" +version = "0.9.2" dependencies = [ "chrono", "serde", @@ -4329,7 +4329,7 @@ dependencies = [ [[package]] name = "raphtory-benchmark" -version = "0.9.1" +version = "0.9.2" dependencies = [ "chrono", "clap", @@ -4349,7 +4349,7 @@ dependencies = [ [[package]] name = "raphtory-cypher" -version = "0.9.1" +version = "0.9.2" dependencies = [ "arrow", "arrow-array", @@ -4380,7 +4380,7 @@ dependencies = [ [[package]] name = "raphtory-graphql" -version = "0.9.1" +version = "0.9.2" dependencies = [ "async-graphql", "async-graphql-poem", @@ -4423,7 +4423,7 @@ dependencies = [ [[package]] name = "raphtory-pymodule" -version = "0.9.1" +version = "0.9.2" dependencies = [ "async-graphql", "crossbeam-channel", diff --git a/Cargo.toml b/Cargo.toml index 44918efbaa..3d330b5c41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/python/Cargo.toml b/python/Cargo.toml index 695ee882b9..128370b445 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -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 } diff --git a/raphtory-benchmark/Cargo.toml b/raphtory-benchmark/Cargo.toml index 4893f7f256..d53dca9085 100644 --- a/raphtory-benchmark/Cargo.toml +++ b/raphtory-benchmark/Cargo.toml @@ -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 } diff --git a/raphtory-graphql/Cargo.toml b/raphtory-graphql/Cargo.toml index fab92e3090..07197220a9 100644 --- a/raphtory-graphql/Cargo.toml +++ b/raphtory-graphql/Cargo.toml @@ -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 } diff --git a/raphtory/Cargo.toml b/raphtory/Cargo.toml index 38720faf41..eb2607d685 100644 --- a/raphtory/Cargo.toml +++ b/raphtory/Cargo.toml @@ -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 }