Skip to content

Commit fa389cb

Browse files
Release v0.16.3 (#2345)
chore: Release Co-authored-by: Pometry-Team <[email protected]>
1 parent 46e0552 commit fa389cb

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ default-members = ["raphtory"]
1616
resolver = "2"
1717

1818
[workspace.package]
19-
version = "0.16.2"
19+
version = "0.16.3"
2020
documentation = "https://raphtory.readthedocs.io/en/latest/"
2121
repository = "https://github.com/Raphtory/raphtory/"
2222
license = "GPL-3.0"
@@ -53,11 +53,11 @@ incremental = false
5353
pometry-storage = { version = ">=0.8.1", path = "pometry-storage" }
5454
#[private-storage]
5555
# pometry-storage = { path = "pometry-storage-private", package = "pometry-storage-private" }
56-
raphtory = { path = "raphtory", version = "0.16.2" }
57-
raphtory-api = { path = "raphtory-api", version = "0.16.2" }
58-
raphtory-core = { path = "raphtory-core", version = "0.16.2" }
59-
raphtory-storage = { path = "raphtory-storage", version = "0.16.2" }
60-
raphtory-graphql = { path = "raphtory-graphql", version = "0.16.2" }
56+
raphtory = { path = "raphtory", version = "0.16.3" }
57+
raphtory-api = { path = "raphtory-api", version = "0.16.3" }
58+
raphtory-core = { path = "raphtory-core", version = "0.16.3" }
59+
raphtory-storage = { path = "raphtory-storage", version = "0.16.3" }
60+
raphtory-graphql = { path = "raphtory-graphql", version = "0.16.3" }
6161
async-graphql = { version = "7.0.16", features = ["dynamic-schema"] }
6262
bincode = "1.3.3"
6363
async-graphql-poem = "7.0.16"

raphtory/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,4 @@ proto = [
190190

191191
test-utils = [
192192
"dep:proptest", "dep:proptest-derive"
193-
]
193+
]

0 commit comments

Comments
 (0)