Skip to content

Commit

Permalink
Publish new version of dora-message
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Feb 4, 2025
1 parent 3fe30d7 commit e5fa11c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ 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" }
# versioned independently from the other dora crates
dora-message = { version = "0.4.2-rc2", path = "libraries/message" }
dora-message = { version = "0.4.3", path = "libraries/message" }
arrow = { version = "53" }
arrow-schema = { version = "53" }
arrow-data = { version = "53" }
Expand Down
2 changes: 1 addition & 1 deletion libraries/message/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dora-message"
# versioned separately from the other dora crates
version = "0.4.2-rc2"
version = "0.4.3"
edition.workspace = true
documentation.workspace = true
description.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion node-hub/terminal-input/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "terminal-input"
version = "0.3.9-rc1"
version = "0.3.9-rc2"
authors = [
{ name = "Haixuan Xavier Tao", email = "[email protected]" },
{ name = "Enzo Le Van", email = "[email protected]" },
Expand Down

0 comments on commit e5fa11c

Please sign in to comment.