Skip to content

Commit

Permalink
Bump to version 0.2.3-rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed May 5, 2023
1 parent 644154a commit fcd55f7
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 50 deletions.
62 changes: 31 additions & 31 deletions Cargo.lock

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

36 changes: 18 additions & 18 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,29 +25,29 @@ members = [

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

[workspace.dependencies]
dora-node-api = { version = "0.2.3-rc5", path = "apis/rust/node", default-features = false }
dora-operator-api = { version = "0.2.3-rc5", path = "apis/rust/operator", default-features = false }
dora-operator-api-macros = { version = "0.2.3-rc5", path = "apis/rust/operator/macros" }
dora-operator-api-types = { version = "0.2.3-rc5", path = "apis/rust/operator/types" }
dora-operator-api-python = { version = "0.2.3-rc5", path = "apis/python/operator" }
dora-operator-api-c = { version = "0.2.3-rc5", path = "apis/c/operator" }
dora-node-api-c = { version = "0.2.3-rc5", path = "apis/c/node" }
dora-core = { version = "0.2.3-rc5", path = "libraries/core" }
dora-tracing = { version = "0.2.3-rc5", path = "libraries/extensions/telemetry/tracing" }
dora-metrics = { version = "0.2.3-rc5", path = "libraries/extensions/telemetry/metrics" }
dora-download = { version = "0.2.3-rc5", path = "libraries/extensions/download" }
shared-memory-server = { version = "0.2.3-rc5", path = "libraries/shared-memory-server" }
communication-layer-request-reply = { version = "0.2.3-rc5", path = "libraries/communication-layer/request-reply" }
dora-message = { version = "0.2.3-rc5", path = "libraries/message" }
dora-runtime = { version = "0.2.3-rc5", path = "binaries/runtime" }
dora-daemon = { version = "0.2.3-rc5", path = "binaries/daemon" }
dora-coordinator = { version = "0.2.3-rc5", path = "binaries/coordinator" }
dora-node-api = { version = "0.2.3-rc6", path = "apis/rust/node", default-features = false }
dora-operator-api = { version = "0.2.3-rc6", path = "apis/rust/operator", default-features = false }
dora-operator-api-macros = { version = "0.2.3-rc6", path = "apis/rust/operator/macros" }
dora-operator-api-types = { version = "0.2.3-rc6", path = "apis/rust/operator/types" }
dora-operator-api-python = { version = "0.2.3-rc6", path = "apis/python/operator" }
dora-operator-api-c = { version = "0.2.3-rc6", path = "apis/c/operator" }
dora-node-api-c = { version = "0.2.3-rc6", path = "apis/c/node" }
dora-core = { version = "0.2.3-rc6", path = "libraries/core" }
dora-tracing = { version = "0.2.3-rc6", path = "libraries/extensions/telemetry/tracing" }
dora-metrics = { version = "0.2.3-rc6", path = "libraries/extensions/telemetry/metrics" }
dora-download = { version = "0.2.3-rc6", path = "libraries/extensions/download" }
shared-memory-server = { version = "0.2.3-rc6", path = "libraries/shared-memory-server" }
communication-layer-request-reply = { version = "0.2.3-rc6", path = "libraries/communication-layer/request-reply" }
dora-message = { version = "0.2.3-rc6", path = "libraries/message" }
dora-runtime = { version = "0.2.3-rc6", path = "binaries/runtime" }
dora-daemon = { version = "0.2.3-rc6", path = "binaries/daemon" }
dora-coordinator = { version = "0.2.3-rc6", path = "binaries/coordinator" }

[package]
name = "dora-examples"
Expand Down
2 changes: 1 addition & 1 deletion apis/python/node/dora/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .dora import *

__author__ = "Dora-rs Authors"
__version__ = "0.2.3-rc5"
__version__ = "0.2.3-rc6"


class DoraStatus(Enum):
Expand Down

0 comments on commit fcd55f7

Please sign in to comment.