From 1aed920c7faee96ff599fd130301fb564f977a10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 17:11:04 +0100 Subject: [PATCH] Release v0.3.2 (#981) chore: Release Co-authored-by: Haaroon --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- js-raphtory/Cargo.toml | 2 +- py-raphtory/Cargo.toml | 4 ++-- python/Cargo.toml | 2 +- raphtory-graphql/Cargo.toml | 4 ++-- raphtory-io/Cargo.toml | 2 +- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a3f7865f9c..e77cd2ceaf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -774,7 +774,7 @@ dependencies = [ [[package]] name = "examples" -version = "0.3.1" +version = "0.3.2" dependencies = [ "chrono", "itertools", @@ -1312,7 +1312,7 @@ checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" [[package]] name = "js-raphtory" -version = "0.1.0" +version = "0.1.1" dependencies = [ "chrono", "console_error_panic_hook", @@ -2106,7 +2106,7 @@ dependencies = [ [[package]] name = "py-raphtory" -version = "0.3.1" +version = "0.3.2" dependencies = [ "bincode", "chrono", @@ -2361,7 +2361,7 @@ dependencies = [ [[package]] name = "raphtory" -version = "0.3.1" +version = "0.3.2" dependencies = [ "bincode", "chrono", @@ -2393,7 +2393,7 @@ dependencies = [ [[package]] name = "raphtory-benchmark" -version = "0.3.1" +version = "0.3.2" dependencies = [ "criterion", "rand 0.8.5", @@ -2405,7 +2405,7 @@ dependencies = [ [[package]] name = "raphtory-graphql" -version = "0.3.1" +version = "0.3.2" dependencies = [ "async-graphql", "async-graphql-poem", @@ -2430,7 +2430,7 @@ dependencies = [ [[package]] name = "raphtory-io" -version = "0.3.1" +version = "0.3.2" dependencies = [ "bzip2", "chrono", @@ -2448,7 +2448,7 @@ dependencies = [ [[package]] name = "raphtory-pymodule" -version = "0.3.1" +version = "0.3.2" dependencies = [ "py-raphtory", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index a33a297b30..ac6cd94386 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ default-members = ["raphtory"] [workspace.package] -version = "0.3.1" +version = "0.3.2" documentation = "https://raphtory.readthedocs.io/en/latest/" repository = "https://github.com/Raphtory/raphtory/" license = "GPL-3.0" diff --git a/js-raphtory/Cargo.toml b/js-raphtory/Cargo.toml index e6a13d0d1f..07c77aebb4 100644 --- a/js-raphtory/Cargo.toml +++ b/js-raphtory/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "js-raphtory" -version = "0.1.0" +version = "0.1.1" authors = ["Fabian Murariu "] edition = "2018" diff --git a/py-raphtory/Cargo.toml b/py-raphtory/Cargo.toml index f62e1dcda6..3b47f095fc 100644 --- a/py-raphtory/Cargo.toml +++ b/py-raphtory/Cargo.toml @@ -16,8 +16,8 @@ doc = false [dependencies] pyo3 = {version="0.18.1", features=["multiple-pymethods", "chrono"]} -raphtory = {path = "../raphtory", version = "0.3.1" } -raphtory-io = {path = "../raphtory-io", version = "0.3.1" } +raphtory = {path = "../raphtory", version = "0.3.2" } +raphtory-io = {path = "../raphtory-io", version = "0.3.2" } rustc-hash = "1.1.0" parking_lot = { version = "0.12" , features = ["serde"] } flume = "0.10" diff --git a/python/Cargo.toml b/python/Cargo.toml index 3d2f6575e2..a488ab7690 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -19,7 +19,7 @@ crate-type = ["cdylib"] [dependencies] pyo3 = {version="0.18.1", features=["multiple-pymethods", "chrono"]} -py-raphtory = {path = "../py-raphtory", version = "0.3.1" } +py-raphtory = {path = "../py-raphtory", version = "0.3.2" } [features] diff --git a/raphtory-graphql/Cargo.toml b/raphtory-graphql/Cargo.toml index 525ea2c32c..2bc8f38b18 100644 --- a/raphtory-graphql/Cargo.toml +++ b/raphtory-graphql/Cargo.toml @@ -5,8 +5,8 @@ version.workspace = true rust-version = "1.67.1" [dependencies] -raphtory = { path = "../raphtory", version = "0.3.1" } -raphtory-io = { path = "../raphtory-io", version = "0.3.1" } +raphtory = { path = "../raphtory", version = "0.3.2" } +raphtory-io = { path = "../raphtory-io", version = "0.3.2" } dotenv = "0.15.0" itertools = "0.10" diff --git a/raphtory-io/Cargo.toml b/raphtory-io/Cargo.toml index 345f7bcdd9..4ab6580b1f 100644 --- a/raphtory-io/Cargo.toml +++ b/raphtory-io/Cargo.toml @@ -14,7 +14,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.3.1" } +raphtory = { path = "../raphtory", version = "0.3.2" } reqwest = { version = "0.11.14", features = ["blocking"] } neo4rs = "0.6.0" csv = "1.1.6"