Skip to content

Commit 8899840

Browse files
committed
Bump version to 0.3.9
1 parent 2390b02 commit 8899840

File tree

28 files changed

+655
-82
lines changed

28 files changed

+655
-82
lines changed

Cargo.lock

+38-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+19-19
Original file line numberDiff line numberDiff line change
@@ -44,31 +44,31 @@ members = [
4444
[workspace.package]
4545
edition = "2021"
4646
# Make sure to also bump `apis/node/python/__init__.py` version.
47-
version = "0.3.9-rc2"
47+
version = "0.3.9"
4848
description = "`dora` goal is to be a low latency, composable, and distributed data flow."
4949
documentation = "https://dora.carsmos.ai"
5050
license = "Apache-2.0"
5151
repository = "https://github.com/dora-rs/dora/"
5252

5353
[workspace.dependencies]
54-
dora-node-api = { version = "0.3.9-rc2", path = "apis/rust/node", default-features = false }
55-
dora-node-api-python = { version = "0.3.9-rc2", path = "apis/python/node", default-features = false }
56-
dora-operator-api = { version = "0.3.9-rc2", path = "apis/rust/operator", default-features = false }
57-
dora-operator-api-macros = { version = "0.3.9-rc2", path = "apis/rust/operator/macros" }
58-
dora-operator-api-types = { version = "0.3.9-rc2", path = "apis/rust/operator/types" }
59-
dora-operator-api-python = { version = "0.3.9-rc2", path = "apis/python/operator" }
60-
dora-operator-api-c = { version = "0.3.9-rc2", path = "apis/c/operator" }
61-
dora-node-api-c = { version = "0.3.9-rc2", path = "apis/c/node" }
62-
dora-core = { version = "0.3.9-rc2", path = "libraries/core" }
63-
dora-arrow-convert = { version = "0.3.9-rc2", path = "libraries/arrow-convert" }
64-
dora-tracing = { version = "0.3.9-rc2", path = "libraries/extensions/telemetry/tracing" }
65-
dora-metrics = { version = "0.3.9-rc2", path = "libraries/extensions/telemetry/metrics" }
66-
dora-download = { version = "0.3.9-rc2", path = "libraries/extensions/download" }
67-
shared-memory-server = { version = "0.3.9-rc2", path = "libraries/shared-memory-server" }
68-
communication-layer-request-reply = { version = "0.3.9-rc2", path = "libraries/communication-layer/request-reply" }
69-
dora-runtime = { version = "0.3.9-rc2", path = "binaries/runtime" }
70-
dora-daemon = { version = "0.3.9-rc2", path = "binaries/daemon" }
71-
dora-coordinator = { version = "0.3.9-rc2", path = "binaries/coordinator" }
54+
dora-node-api = { version = "0.3.9", path = "apis/rust/node", default-features = false }
55+
dora-node-api-python = { version = "0.3.9", path = "apis/python/node", default-features = false }
56+
dora-operator-api = { version = "0.3.9", path = "apis/rust/operator", default-features = false }
57+
dora-operator-api-macros = { version = "0.3.9", path = "apis/rust/operator/macros" }
58+
dora-operator-api-types = { version = "0.3.9", path = "apis/rust/operator/types" }
59+
dora-operator-api-python = { version = "0.3.9", path = "apis/python/operator" }
60+
dora-operator-api-c = { version = "0.3.9", path = "apis/c/operator" }
61+
dora-node-api-c = { version = "0.3.9", path = "apis/c/node" }
62+
dora-core = { version = "0.3.9", path = "libraries/core" }
63+
dora-arrow-convert = { version = "0.3.9", path = "libraries/arrow-convert" }
64+
dora-tracing = { version = "0.3.9", path = "libraries/extensions/telemetry/tracing" }
65+
dora-metrics = { version = "0.3.9", path = "libraries/extensions/telemetry/metrics" }
66+
dora-download = { version = "0.3.9", path = "libraries/extensions/download" }
67+
shared-memory-server = { version = "0.3.9", path = "libraries/shared-memory-server" }
68+
communication-layer-request-reply = { version = "0.3.9", path = "libraries/communication-layer/request-reply" }
69+
dora-runtime = { version = "0.3.9", path = "binaries/runtime" }
70+
dora-daemon = { version = "0.3.9", path = "binaries/daemon" }
71+
dora-coordinator = { version = "0.3.9", path = "binaries/coordinator" }
7272
dora-ros2-bridge = { path = "libraries/extensions/ros2-bridge" }
7373
dora-ros2-bridge-msg-gen = { path = "libraries/extensions/ros2-bridge/msg-gen" }
7474
dora-ros2-bridge-python = { path = "libraries/extensions/ros2-bridge/python" }

node-hub/dora-argotranslate/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dora-argotranslate"
3-
version = "0.3.9-rc2"
3+
version = "0.3.9"
44
description = "Dora Node for Text translating using Argostranslate"
55
authors = [
66
{ name = "Haixuan Xavier Tao", email = "[email protected]" },

0 commit comments

Comments
 (0)