From e38933ffcefadb461f26d4fe85b5117655e66795 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 12:27:23 +0100 Subject: [PATCH] Release v0.5.2 (#1184) chore: Release Co-authored-by: Haaroon --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- .../rust/raphtory-rust-benchmark/Cargo.toml | 2 +- python/Cargo.toml | 4 ++-- raphtory-graphql/Cargo.toml | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cac9c86c1a..2e845caa55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -998,7 +998,7 @@ checksum = "0198b9d0078e0f30dedc7acbb21c974e838fc8fae3ee170128658a98cb2c1c04" [[package]] name = "examples" -version = "0.5.1" +version = "0.5.2" dependencies = [ "chrono", "itertools", @@ -1672,7 +1672,7 @@ dependencies = [ [[package]] name = "js-raphtory" -version = "0.5.1" +version = "0.5.2" dependencies = [ "chrono", "console_error_panic_hook", @@ -2749,7 +2749,7 @@ dependencies = [ [[package]] name = "raphtory" -version = "0.5.1" +version = "0.5.2" dependencies = [ "arrow2", "bincode", @@ -2798,7 +2798,7 @@ dependencies = [ [[package]] name = "raphtory-benchmark" -version = "0.5.1" +version = "0.5.2" dependencies = [ "criterion", "rand 0.8.5", @@ -2809,7 +2809,7 @@ dependencies = [ [[package]] name = "raphtory-graphql" -version = "0.5.1" +version = "0.5.2" dependencies = [ "async-graphql", "async-graphql-poem", @@ -2838,7 +2838,7 @@ dependencies = [ [[package]] name = "raphtory-pymodule" -version = "0.5.1" +version = "0.5.2" dependencies = [ "openssl", "pyo3", @@ -2850,7 +2850,7 @@ dependencies = [ [[package]] name = "raphtory-rust-benchmark" -version = "0.5.1" +version = "0.5.2" dependencies = [ "chrono", "clap 4.3.11", diff --git a/Cargo.toml b/Cargo.toml index 6f302d4a50..ee43174098 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ default-members = ["raphtory"] [workspace.package] -version = "0.5.1" +version = "0.5.2" documentation = "https://raphtory.readthedocs.io/en/latest/" repository = "https://github.com/Raphtory/raphtory/" license = "GPL-3.0" diff --git a/comparison-benchmark/rust/raphtory-rust-benchmark/Cargo.toml b/comparison-benchmark/rust/raphtory-rust-benchmark/Cargo.toml index 6d9f326945..7ff978844e 100644 --- a/comparison-benchmark/rust/raphtory-rust-benchmark/Cargo.toml +++ b/comparison-benchmark/rust/raphtory-rust-benchmark/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 = { path = "../../../raphtory", version = "0.5.1", package = "raphtory", features = ["io"] } +raphtory = { path = "../../../raphtory", version = "0.5.2", package = "raphtory", features = ["io"] } chrono = { version = "0.4", features = ["serde"] } serde = { version = "1", features = ["derive","rc"] } clap = { version = "4.3.11", features = ["derive"] } diff --git a/python/Cargo.toml b/python/Cargo.toml index df41aff2fd..8f2c0f6d31 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -20,8 +20,8 @@ crate-type = ["cdylib"] [dependencies] pyo3 = {version= "0.18.3", features=["multiple-pymethods", "chrono"]} pyo3-asyncio = { version = "0.18", features = ["tokio-runtime"] } -raphtory_core = {path = "../raphtory", version = "0.5.1", features=["python"], package="raphtory" } -raphtory-graphql = {path = "../raphtory-graphql", version = "0.5.1" } +raphtory_core = {path = "../raphtory", version = "0.5.2", features=["python"], package="raphtory" } +raphtory-graphql = {path = "../raphtory-graphql", version = "0.5.2" } openssl = { version = "0.10", features = ["vendored"] } # DO NOT REMOVE IT BREAKS PYTHON RELEASE diff --git a/raphtory-graphql/Cargo.toml b/raphtory-graphql/Cargo.toml index c8317de116..113b5af3b4 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.5.1" } +raphtory = { path = "../raphtory", version = "0.5.2" } bincode = "1" dotenv = "0.15.0" itertools = "0.10"