Skip to content

Commit

Permalink
bump dora to 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Nov 11, 2024
1 parent 12c8acb commit 4f21215
Show file tree
Hide file tree
Showing 20 changed files with 73 additions and 73 deletions.
72 changes: 36 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 19 additions & 19 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,31 +41,31 @@ members = [

[workspace.package]
# Make sure to also bump `apis/node/python/__init__.py` version.
version = "0.3.7-rc1"
version = "0.3.7"
description = "`dora` goal is to be a low latency, composable, and distributed data flow."
documentation = "https://dora.carsmos.ai"
license = "Apache-2.0"
repository = "https://github.com/dora-rs/dora/"

[workspace.dependencies]
dora-node-api = { version = "0.3.7-rc1", path = "apis/rust/node", default-features = false }
dora-node-api-python = { version = "0.3.7-rc1", path = "apis/python/node", default-features = false }
dora-operator-api = { version = "0.3.7-rc1", path = "apis/rust/operator", default-features = false }
dora-operator-api-macros = { version = "0.3.7-rc1", path = "apis/rust/operator/macros" }
dora-operator-api-types = { version = "0.3.7-rc1", path = "apis/rust/operator/types" }
dora-operator-api-python = { version = "0.3.7-rc1", path = "apis/python/operator" }
dora-operator-api-c = { version = "0.3.7-rc1", path = "apis/c/operator" }
dora-node-api-c = { version = "0.3.7-rc1", path = "apis/c/node" }
dora-core = { version = "0.3.7-rc1", path = "libraries/core" }
dora-arrow-convert = { version = "0.3.7-rc1", path = "libraries/arrow-convert" }
dora-tracing = { version = "0.3.7-rc1", path = "libraries/extensions/telemetry/tracing" }
dora-metrics = { version = "0.3.7-rc1", path = "libraries/extensions/telemetry/metrics" }
dora-download = { version = "0.3.7-rc1", path = "libraries/extensions/download" }
shared-memory-server = { version = "0.3.7-rc1", path = "libraries/shared-memory-server" }
communication-layer-request-reply = { version = "0.3.7-rc1", path = "libraries/communication-layer/request-reply" }
dora-runtime = { version = "0.3.7-rc1", path = "binaries/runtime" }
dora-daemon = { version = "0.3.7-rc1", path = "binaries/daemon" }
dora-coordinator = { version = "0.3.7-rc1", path = "binaries/coordinator" }
dora-node-api = { version = "0.3.7", path = "apis/rust/node", default-features = false }
dora-node-api-python = { version = "0.3.7", path = "apis/python/node", default-features = false }
dora-operator-api = { version = "0.3.7", path = "apis/rust/operator", default-features = false }
dora-operator-api-macros = { version = "0.3.7", path = "apis/rust/operator/macros" }
dora-operator-api-types = { version = "0.3.7", path = "apis/rust/operator/types" }
dora-operator-api-python = { version = "0.3.7", path = "apis/python/operator" }
dora-operator-api-c = { version = "0.3.7", path = "apis/c/operator" }
dora-node-api-c = { version = "0.3.7", path = "apis/c/node" }
dora-core = { version = "0.3.7", path = "libraries/core" }
dora-arrow-convert = { version = "0.3.7", path = "libraries/arrow-convert" }
dora-tracing = { version = "0.3.7", path = "libraries/extensions/telemetry/tracing" }
dora-metrics = { version = "0.3.7", path = "libraries/extensions/telemetry/metrics" }
dora-download = { version = "0.3.7", path = "libraries/extensions/download" }
shared-memory-server = { version = "0.3.7", path = "libraries/shared-memory-server" }
communication-layer-request-reply = { version = "0.3.7", path = "libraries/communication-layer/request-reply" }
dora-runtime = { version = "0.3.7", path = "binaries/runtime" }
dora-daemon = { version = "0.3.7", path = "binaries/daemon" }
dora-coordinator = { version = "0.3.7", path = "binaries/coordinator" }
dora-ros2-bridge = { path = "libraries/extensions/ros2-bridge" }
dora-ros2-bridge-msg-gen = { path = "libraries/extensions/ros2-bridge/msg-gen" }
dora-ros2-bridge-python = { path = "libraries/extensions/ros2-bridge/python" }
Expand Down
2 changes: 1 addition & 1 deletion node-hub/dora-argotranslate/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dora-argotranslate"
version = "0.3.7rc1"
version = "0.3.7"
description = "Dora Node for Text translating using Argostranslate"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion node-hub/dora-distil-whisper/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dora-distil-whisper"
version = "0.3.7rc1"
version = "0.3.7"
authors = [
"Haixuan Xavier Tao <[email protected]>",
"Enzo Le Van <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion node-hub/dora-echo/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dora-echo"
version = "0.3.7-rc1"
version = "0.3.7"
authors = [
"Haixuan Xavier Tao <[email protected]>",
"Enzo Le Van <[email protected]>",
Expand Down
Loading

0 comments on commit 4f21215

Please sign in to comment.