Skip to content

Commit f29144b

Browse files
authored
Version 0.4.1 (#353)
1 parent 89eae65 commit f29144b

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

examples/message_demo/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "examples_rclrs_message_demo"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Nikolai Morin <[email protected]>"]
55
edition = "2021"
66

examples/message_demo/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>examples_rclrs_message_demo</name>
7-
<version>0.4.0</version>
7+
<version>0.4.1</version>
88
<description>Package containing an example of message-related functionality in rclrs.</description>
99
<maintainer email="[email protected]">Nikolai Morin</maintainer>
1010
<license>Apache License 2.0</license>

examples/minimal_client_service/Cargo.toml

+1-1
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.0"
3+
version = "0.4.1"
44
authors = ["Esteve Fernandez <[email protected]>"]
55
edition = "2021"
66

examples/minimal_client_service/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>examples_rclrs_minimal_client_service</name>
7-
<version>0.4.0</version>
7+
<version>0.4.1</version>
88
<description>Package containing an example of the client-service mechanism in rclrs.</description>
99
<maintainer email="[email protected]">Esteve Fernandez</maintainer>
1010
<license>Apache License 2.0</license>

examples/minimal_pub_sub/Cargo.toml

+1-1
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.0"
3+
version = "0.4.1"
44
# This project is not military-sponsored, Jacob's employment contract just requires him to use this email address
55
authors = ["Esteve Fernandez <[email protected]>", "Nikolai Morin <[email protected]>", "Jacob Hassold <[email protected]>"]
66
edition = "2021"

examples/minimal_pub_sub/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>examples_rclrs_minimal_pub_sub</name>
7-
<version>0.4.0</version>
7+
<version>0.4.1</version>
88
<description>Package containing an example of the publish-subscribe mechanism in rclrs.</description>
99
<maintainer email="[email protected]">Esteve Fernandez</maintainer>
1010
<maintainer email="[email protected]">Nikolai Morin</maintainer>

rclrs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rclrs"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
# This project is not military-sponsored, Jacob's employment contract just requires him to use this email address
55
authors = ["Esteve Fernandez <[email protected]>", "Nikolai Morin <[email protected]>", "Jacob Hassold <[email protected]>"]
66
edition = "2021"

rclrs/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>rclrs</name>
7-
<version>0.4.0</version>
7+
<version>0.4.1</version>
88
<description>Package containing the Rust client library.</description>
99
<maintainer email="[email protected]">Esteve Fernandez</maintainer>
1010
<maintainer email="[email protected]">Nikolai Morin</maintainer>

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.0</version>
5+
<version>0.4.1</version>
66
<description>A package containing some example message definitions.</description>
77
<maintainer email="[email protected]">Nikolai Morin</maintainer>
88
<license>Apache License 2.0</license>

rclrs_tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rclrs_tests"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Chris Reid <[email protected]>"]
55
edition = "2021"
66

rclrs_tests/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>rclrs_tests</name>
7-
<version>0.4.0</version>
7+
<version>0.4.1</version>
88
<description>Package containing tests for rclrs that make use of msgs and other dependencies</description>
99
<maintainer email="[email protected]">Chris Reid</maintainer>
1010
<license>Apache License 2.0</license>

rosidl_generator_rs/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>rosidl_generator_rs</name>
5-
<version>0.4.0</version>
5+
<version>0.4.1</version>
66
<description>Generate the ROS interfaces in Rust.</description>
77
<maintainer email="[email protected]">Esteve Fernandez</maintainer>
88
<license>Apache License 2.0</license>

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.0"
3+
version = "0.4.1"
44
# This project is not military-sponsored, Jacob's employment contract just requires him to use this email address
55
authors = ["Esteve Fernandez <[email protected]>", "Nikolai Morin <[email protected]>", "Jacob Hassold <[email protected]>"]
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.0</version>
7+
<version>0.4.1</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="[email protected]">Jacob Hassold</maintainer>

0 commit comments

Comments
 (0)