Skip to content

Commit

Permalink
Bump to 0.2.2 from 0.2.2-rc-2
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Apr 4, 2023
1 parent 56b39dd commit 13cdd50
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

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

34 changes: 17 additions & 17 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,28 @@ members = [

[workspace.package]
# Make sure to also bump `apis/node/python/__init__.py` version.
version = "0.2.2-rc-2"
version = "0.2.2"
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.2-rc-2", path = "apis/rust/node", default-features = false }
dora-operator-api = { version = "0.2.2-rc-2", path = "apis/rust/operator", default-features = false }
dora-operator-api-macros = { version = "0.2.2-rc-2", path = "apis/rust/operator/macros" }
dora-operator-api-types = { version = "0.2.2-rc-2", path = "apis/rust/operator/types" }
dora-operator-api-python = { version = "0.2.2-rc-2", path = "apis/python/operator" }
dora-operator-api-c = { version = "0.2.2-rc-2", path = "apis/c/operator" }
dora-node-api-c = { version = "0.2.2-rc-2", path = "apis/c/node" }
dora-core = { version = "0.2.2-rc-2", path = "libraries/core" }
dora-tracing = { version = "0.2.2-rc-2", path = "libraries/extensions/telemetry/tracing" }
dora-metrics = { version = "0.2.2-rc-2", path = "libraries/extensions/telemetry/metrics" }
dora-download = { version = "0.2.2-rc-2", path = "libraries/extensions/download" }
shared-memory-server = { version = "0.2.2-rc-2", path = "libraries/shared-memory-server" }
communication-layer-request-reply = { version = "0.2.2-rc-2", path = "libraries/communication-layer/request-reply" }
dora-message = { version = "0.2.2-rc-2", path = "libraries/message" }
dora-runtime = { version = "0.2.2-rc-2", path = "binaries/runtime" }
dora-daemon = { version = "0.2.2-rc-2", path = "binaries/daemon" }
dora-node-api = { version = "0.2.2", path = "apis/rust/node", default-features = false }
dora-operator-api = { version = "0.2.2", path = "apis/rust/operator", default-features = false }
dora-operator-api-macros = { version = "0.2.2", path = "apis/rust/operator/macros" }
dora-operator-api-types = { version = "0.2.2", path = "apis/rust/operator/types" }
dora-operator-api-python = { version = "0.2.2", path = "apis/python/operator" }
dora-operator-api-c = { version = "0.2.2", path = "apis/c/operator" }
dora-node-api-c = { version = "0.2.2", path = "apis/c/node" }
dora-core = { version = "0.2.2", path = "libraries/core" }
dora-tracing = { version = "0.2.2", path = "libraries/extensions/telemetry/tracing" }
dora-metrics = { version = "0.2.2", path = "libraries/extensions/telemetry/metrics" }
dora-download = { version = "0.2.2", path = "libraries/extensions/download" }
shared-memory-server = { version = "0.2.2", path = "libraries/shared-memory-server" }
communication-layer-request-reply = { version = "0.2.2", path = "libraries/communication-layer/request-reply" }
dora-message = { version = "0.2.2", path = "libraries/message" }
dora-runtime = { version = "0.2.2", path = "binaries/runtime" }
dora-daemon = { version = "0.2.2", path = "binaries/daemon" }

[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.2-rc-2"
__version__ = "0.2.2"


class DoraStatus(Enum):
Expand Down

0 comments on commit 13cdd50

Please sign in to comment.