Skip to content

Commit

Permalink
Bump all versions to 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michael X. Grey <[email protected]>
  • Loading branch information
mxgrey committed Dec 16, 2024
1 parent 0918476 commit e3a7436
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions examples/message_demo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "examples_rclrs_message_demo"
version = "0.4.1"
version = "0.5.0"
authors = ["Nikolai Morin <[email protected]>"]
edition = "2021"

Expand All @@ -12,13 +12,13 @@ path = "src/message_demo.rs"
anyhow = {version = "1", features = ["backtrace"]}

[dependencies.rclrs]
version = "0.4"
version = "0.5"

[dependencies.rosidl_runtime_rs]
version = "0.4"
version = "0.5"

[dependencies.rclrs_example_msgs]
version = "0.4"
version = "0.5"
features = ["serde"]

[dependencies.serde_json]
Expand Down
6 changes: 3 additions & 3 deletions examples/minimal_client_service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "examples_rclrs_minimal_client_service"
version = "0.4.1"
version = "0.5.0"
authors = ["Esteve Fernandez <[email protected]>"]
edition = "2021"

Expand All @@ -21,10 +21,10 @@ anyhow = {version = "1", features = ["backtrace"]}
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread", "time"] }

[dependencies.rclrs]
version = "0.4"
version = "0.5"

[dependencies.rosidl_runtime_rs]
version = "0.4"
version = "0.5"

[dependencies.example_interfaces]
version = "*"
6 changes: 3 additions & 3 deletions examples/minimal_pub_sub/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "examples_rclrs_minimal_pub_sub"
version = "0.4.1"
version = "0.5.0"
# This project is not military-sponsored, Jacob's employment contract just requires him to use this email address
authors = ["Esteve Fernandez <[email protected]>", "Nikolai Morin <[email protected]>", "Jacob Hassold <[email protected]>"]
edition = "2021"
Expand Down Expand Up @@ -29,10 +29,10 @@ path = "src/zero_copy_publisher.rs"
anyhow = {version = "1", features = ["backtrace"]}

[dependencies.rclrs]
version = "0.4"
version = "0.5"

[dependencies.rosidl_runtime_rs]
version = "0.4"
version = "0.5"

[dependencies.std_msgs]
version = "*"
Expand Down
2 changes: 1 addition & 1 deletion examples/rclrs_example_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rclrs_example_msgs</name>
<version>0.4.1</version>
<version>0.5.0</version>
<description>A package containing some example message definitions.</description>
<maintainer email="[email protected]">Nikolai Morin</maintainer>
<license>Apache License 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion examples/rust_pubsub/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust_pubsub"
version = "0.1.0"
version = "0.5.0"
edition = "2021"

[[bin]]
Expand Down
4 changes: 2 additions & 2 deletions rclrs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rclrs"
version = "0.4.1"
version = "0.5.0"
# This project is not military-sponsored, Jacob's employment contract just requires him to use this email address
authors = ["Esteve Fernandez <[email protected]>", "Nikolai Morin <[email protected]>", "Jacob Hassold <[email protected]>"]
edition = "2021"
Expand All @@ -27,7 +27,7 @@ futures = "0.3"
libloading = { version = "0.8", optional = true }

# Needed for the Message trait, among others
rosidl_runtime_rs = "0.4"
rosidl_runtime_rs = "0.5"

# Needed for serliazation and deserialization of vendored messages
serde = { version = "1", optional = true, features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions rclrs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rclrs</name>
<version>0.4.1</version>
<version>0.5.0</version>
<description>Package containing the Rust client library.</description>
<maintainer email="[email protected]">Esteve Fernandez</maintainer>
<maintainer email="[email protected]">Nikolai Morin</maintainer>
Expand All @@ -19,7 +19,7 @@
<depend>builtin_interfaces</depend>
<depend>rcl_interfaces</depend>
<depend>rosgraph_msgs</depend>

<test_depend>test_msgs</test_depend>

<export>
Expand Down
4 changes: 2 additions & 2 deletions rosidl_generator_rs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosidl_generator_rs</name>
<version>0.4.1</version>
<version>0.5.0</version>
<description>Generate the ROS interfaces in Rust.</description>
<maintainer email="[email protected]">Esteve Fernandez</maintainer>
<license>Apache License 2.0</license>
<author email="[email protected]">Esteve Fernandez</author>

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ros_environment</buildtool_depend>

<buildtool_depend>rosidl_runtime_rs</buildtool_depend>

<buildtool_export_depend>ament_cmake</buildtool_export_depend>
Expand Down
2 changes: 1 addition & 1 deletion rosidl_generator_rs/resource/Cargo.toml.em
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "@(package_version)"
edition = "2021"

[dependencies]
rosidl_runtime_rs = "0.4"
rosidl_runtime_rs = "0.5"
serde = { version = "1", optional = true, features = ["derive"] }
serde-big-array = { version = "0.5.1", optional = true }
@[for dep in dependency_packages]@
Expand Down
2 changes: 1 addition & 1 deletion rosidl_runtime_rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rosidl_runtime_rs"
version = "0.4.1"
version = "0.5.0"
# This project is not military-sponsored, Jacob's employment contract just requires him to use this email address
authors = ["Esteve Fernandez <[email protected]>", "Nikolai Morin <[email protected]>", "Jacob Hassold <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion rosidl_runtime_rs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosidl_runtime_rs</name>
<version>0.4.1</version>
<version>0.5.0</version>
<description>Message generation code shared by Rust projects in ROS 2</description>
<!-- This project is not military-sponsored, Jacob's employment contract just requires him to use this email address -->
<maintainer email="[email protected]">Jacob Hassold</maintainer>
Expand Down

0 comments on commit e3a7436

Please sign in to comment.