Skip to content

Commit 615788b

Browse files
committed
Bump dora-message version to 0.7.0-alpha
We added a new `NodeEvent` variant, which is not backwards compatible (yet, see #1273). We also added a new `InterDaemonEvent` variant that is not backwards compatible either.
1 parent c1b0445 commit 615788b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dora-ros2-bridge = { version = "0.3.13", path = "libraries/extensions/ros2-bridg
7171
dora-ros2-bridge-msg-gen = { version = "0.3.13", path = "libraries/extensions/ros2-bridge/msg-gen" }
7272
dora-ros2-bridge-python = { path = "libraries/extensions/ros2-bridge/python" }
7373
# versioned independently from the other dora crates
74-
dora-message = { version = "0.6.0", path = "libraries/message" }
74+
dora-message = { version = "0.7.0-alpha", path = "libraries/message" }
7575
arrow = { version = "54.2.1" }
7676
arrow-schema = { version = "54.2.1" }
7777
arrow-data = { version = "54.2.1" }

libraries/message/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dora-message"
33
# versioned separately from the other dora crates
4-
version = "0.6.0"
4+
version = "0.7.0-alpha"
55
edition.workspace = true
66
rust-version.workspace = true
77
documentation.workspace = true

0 commit comments

Comments
 (0)