From c60ef7bcf48469ec19a1bb2b40871970085c5414 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 18:15:00 +0100 Subject: [PATCH] Release v0.4.0 (#1030) chore: Release Co-authored-by: Haaroon --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- py-raphtory/Cargo.toml | 4 ++-- python/Cargo.toml | 2 +- raphtory-graphql/Cargo.toml | 2 +- raphtory-io/Cargo.toml | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index babfe65419..3d6745c3d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -763,7 +763,7 @@ dependencies = [ [[package]] name = "examples" -version = "0.3.2" +version = "0.4.0" dependencies = [ "chrono", "itertools", @@ -1298,7 +1298,7 @@ checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" [[package]] name = "js-raphtory" -version = "0.3.2" +version = "0.4.0" dependencies = [ "chrono", "console_error_panic_hook", @@ -2020,7 +2020,7 @@ dependencies = [ [[package]] name = "py-raphtory" -version = "0.3.2" +version = "0.4.0" dependencies = [ "bincode", "chrono", @@ -2259,7 +2259,7 @@ dependencies = [ [[package]] name = "raphtory" -version = "0.3.2" +version = "0.4.0" dependencies = [ "bincode", "chrono", @@ -2291,7 +2291,7 @@ dependencies = [ [[package]] name = "raphtory-benchmark" -version = "0.3.2" +version = "0.4.0" dependencies = [ "criterion", "rand 0.8.5", @@ -2303,7 +2303,7 @@ dependencies = [ [[package]] name = "raphtory-graphql" -version = "0.3.2" +version = "0.4.0" dependencies = [ "async-graphql", "async-graphql-poem", @@ -2327,7 +2327,7 @@ dependencies = [ [[package]] name = "raphtory-io" -version = "0.3.2" +version = "0.4.0" dependencies = [ "bzip2", "chrono", @@ -2347,7 +2347,7 @@ dependencies = [ [[package]] name = "raphtory-pymodule" -version = "0.3.2" +version = "0.4.0" dependencies = [ "openssl", "py-raphtory", diff --git a/Cargo.toml b/Cargo.toml index e815bf51b8..1ce676d890 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ default-members = ["raphtory"] [workspace.package] -version = "0.3.2" +version = "0.4.0" documentation = "https://raphtory.readthedocs.io/en/latest/" repository = "https://github.com/Raphtory/raphtory/" license = "GPL-3.0" diff --git a/py-raphtory/Cargo.toml b/py-raphtory/Cargo.toml index f2ee08f62f..e418cc1d40 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.2" } -raphtory-io = {path = "../raphtory-io", version = "0.3.2" } +raphtory = {path = "../raphtory", version = "0.4.0" } +raphtory-io = {path = "../raphtory-io", version = "0.4.0" } 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 ad430a1521..adbe1cbbcb 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.2" } +py-raphtory = {path = "../py-raphtory", version = "0.4.0" } openssl = { version = "0.10", features = ["vendored"] } # DO NOT REMOVE IT BREAKS PYTHON RELEASE [features] diff --git a/raphtory-graphql/Cargo.toml b/raphtory-graphql/Cargo.toml index 00d6b9e46f..c34d79eebf 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.3.2" } +raphtory = { path = "../raphtory", version = "0.4.0" } dotenv = "0.15.0" itertools = "0.10" diff --git a/raphtory-io/Cargo.toml b/raphtory-io/Cargo.toml index 366bf25936..e9bbe9375a 100644 --- a/raphtory-io/Cargo.toml +++ b/raphtory-io/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.3.2" } +raphtory = { path = "../raphtory", version = "0.4.0" } reqwest = { version = "0.11.14", features = ["blocking"] } neo4rs = "0.6.0" csv = "1.1.6"