Skip to content

Commit e3a7436

Browse files
committed
Bump all versions to 0.5.0
Signed-off-by: Michael X. Grey <greyxmike@gmail.com>
1 parent 0918476 commit e3a7436

File tree

11 files changed

+21
-21
lines changed

11 files changed

+21
-21
lines changed

examples/message_demo/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "examples_rclrs_message_demo"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
authors = ["Nikolai Morin <nnmmgit@gmail.com>"]
55
edition = "2021"
66

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

1414
[dependencies.rclrs]
15-
version = "0.4"
15+
version = "0.5"
1616

1717
[dependencies.rosidl_runtime_rs]
18-
version = "0.4"
18+
version = "0.5"
1919

2020
[dependencies.rclrs_example_msgs]
21-
version = "0.4"
21+
version = "0.5"
2222
features = ["serde"]
2323

2424
[dependencies.serde_json]

examples/minimal_client_service/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "examples_rclrs_minimal_client_service"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
authors = ["Esteve Fernandez <esteve@apache.org>"]
55
edition = "2021"
66

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

2323
[dependencies.rclrs]
24-
version = "0.4"
24+
version = "0.5"
2525

2626
[dependencies.rosidl_runtime_rs]
27-
version = "0.4"
27+
version = "0.5"
2828

2929
[dependencies.example_interfaces]
3030
version = "*"

examples/minimal_pub_sub/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "examples_rclrs_minimal_pub_sub"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
# This project is not military-sponsored, Jacob's employment contract just requires him to use this email address
55
authors = ["Esteve Fernandez <esteve@apache.org>", "Nikolai Morin <nnmmgit@gmail.com>", "Jacob Hassold <jacob.a.hassold.civ@army.mil>"]
66
edition = "2021"
@@ -29,10 +29,10 @@ path = "src/zero_copy_publisher.rs"
2929
anyhow = {version = "1", features = ["backtrace"]}
3030

3131
[dependencies.rclrs]
32-
version = "0.4"
32+
version = "0.5"
3333

3434
[dependencies.rosidl_runtime_rs]
35-
version = "0.4"
35+
version = "0.5"
3636

3737
[dependencies.std_msgs]
3838
version = "*"

examples/rclrs_example_msgs/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rclrs_example_msgs</name>
5-
<version>0.4.1</version>
5+
<version>0.5.0</version>
66
<description>A package containing some example message definitions.</description>
77
<maintainer email="nnmmgit@gmail.com">Nikolai Morin</maintainer>
88
<license>Apache License 2.0</license>

examples/rust_pubsub/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust_pubsub"
3-
version = "0.1.0"
3+
version = "0.5.0"
44
edition = "2021"
55

66
[[bin]]

rclrs/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rclrs"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
# This project is not military-sponsored, Jacob's employment contract just requires him to use this email address
55
authors = ["Esteve Fernandez <esteve@apache.org>", "Nikolai Morin <nnmmgit@gmail.com>", "Jacob Hassold <jacob.a.hassold.civ@army.mil>"]
66
edition = "2021"
@@ -27,7 +27,7 @@ futures = "0.3"
2727
libloading = { version = "0.8", optional = true }
2828

2929
# Needed for the Message trait, among others
30-
rosidl_runtime_rs = "0.4"
30+
rosidl_runtime_rs = "0.5"
3131

3232
# Needed for serliazation and deserialization of vendored messages
3333
serde = { version = "1", optional = true, features = ["derive"] }

rclrs/package.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
66
<name>rclrs</name>
7-
<version>0.4.1</version>
7+
<version>0.5.0</version>
88
<description>Package containing the Rust client library.</description>
99
<maintainer email="esteve@apache.org">Esteve Fernandez</maintainer>
1010
<maintainer email="nnmmgit@gmail.com">Nikolai Morin</maintainer>
@@ -19,7 +19,7 @@
1919
<depend>builtin_interfaces</depend>
2020
<depend>rcl_interfaces</depend>
2121
<depend>rosgraph_msgs</depend>
22-
22+
2323
<test_depend>test_msgs</test_depend>
2424

2525
<export>

rosidl_generator_rs/package.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rosidl_generator_rs</name>
5-
<version>0.4.1</version>
5+
<version>0.5.0</version>
66
<description>Generate the ROS interfaces in Rust.</description>
77
<maintainer email="esteve@apache.org">Esteve Fernandez</maintainer>
88
<license>Apache License 2.0</license>
99
<author email="esteve@apache.org">Esteve Fernandez</author>
1010

1111
<buildtool_depend>ament_cmake</buildtool_depend>
1212
<buildtool_depend>ros_environment</buildtool_depend>
13-
13+
1414
<buildtool_depend>rosidl_runtime_rs</buildtool_depend>
1515

1616
<buildtool_export_depend>ament_cmake</buildtool_export_depend>

rosidl_generator_rs/resource/Cargo.toml.em

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "@(package_version)"
44
edition = "2021"
55

66
[dependencies]
7-
rosidl_runtime_rs = "0.4"
7+
rosidl_runtime_rs = "0.5"
88
serde = { version = "1", optional = true, features = ["derive"] }
99
serde-big-array = { version = "0.5.1", optional = true }
1010
@[for dep in dependency_packages]@

rosidl_runtime_rs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rosidl_runtime_rs"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
# This project is not military-sponsored, Jacob's employment contract just requires him to use this email address
55
authors = ["Esteve Fernandez <esteve@apache.org>", "Nikolai Morin <nnmmgit@gmail.com>", "Jacob Hassold <jacob.a.hassold.civ@army.mil>"]
66
edition = "2021"

rosidl_runtime_rs/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
66
<name>rosidl_runtime_rs</name>
7-
<version>0.4.1</version>
7+
<version>0.5.0</version>
88
<description>Message generation code shared by Rust projects in ROS 2</description>
99
<!-- This project is not military-sponsored, Jacob's employment contract just requires him to use this email address -->
1010
<maintainer email="jacob.a.hassold.civ@army.mil">Jacob Hassold</maintainer>

0 commit comments

Comments
 (0)