Skip to content

Commit

Permalink
Version 0.4.1 (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
esteve authored Nov 28, 2023
1 parent 89eae65 commit f29144b
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion 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.0"
version = "0.4.1"
authors = ["Nikolai Morin <nnmmgit@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion examples/message_demo/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>examples_rclrs_message_demo</name>
<version>0.4.0</version>
<version>0.4.1</version>
<description>Package containing an example of message-related functionality in rclrs.</description>
<maintainer email="nnmmgit@gmail.com">Nikolai Morin</maintainer>
<license>Apache License 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion 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.0"
version = "0.4.1"
authors = ["Esteve Fernandez <esteve@apache.org>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion examples/minimal_client_service/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>examples_rclrs_minimal_client_service</name>
<version>0.4.0</version>
<version>0.4.1</version>
<description>Package containing an example of the client-service mechanism in rclrs.</description>
<maintainer email="esteve@apache.org">Esteve Fernandez</maintainer>
<license>Apache License 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion 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.0"
version = "0.4.1"
# This project is not military-sponsored, Jacob's employment contract just requires him to use this email address
authors = ["Esteve Fernandez <esteve@apache.org>", "Nikolai Morin <nnmmgit@gmail.com>", "Jacob Hassold <jacob.a.hassold.civ@army.mil>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal_pub_sub/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>examples_rclrs_minimal_pub_sub</name>
<version>0.4.0</version>
<version>0.4.1</version>
<description>Package containing an example of the publish-subscribe mechanism in rclrs.</description>
<maintainer email="esteve@apache.org">Esteve Fernandez</maintainer>
<maintainer email="nnmmgit@gmail.com">Nikolai Morin</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion rclrs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rclrs"
version = "0.4.0"
version = "0.4.1"
# This project is not military-sponsored, Jacob's employment contract just requires him to use this email address
authors = ["Esteve Fernandez <esteve@apache.org>", "Nikolai Morin <nnmmgit@gmail.com>", "Jacob Hassold <jacob.a.hassold.civ@army.mil>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion 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.0</version>
<version>0.4.1</version>
<description>Package containing the Rust client library.</description>
<maintainer email="esteve@apache.org">Esteve Fernandez</maintainer>
<maintainer email="nnmmgit@gmail.com">Nikolai Morin</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion 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.0</version>
<version>0.4.1</version>
<description>A package containing some example message definitions.</description>
<maintainer email="nnmmgit@gmail.com">Nikolai Morin</maintainer>
<license>Apache License 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion rclrs_tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rclrs_tests"
version = "0.4.0"
version = "0.4.1"
authors = ["Chris Reid <christopherjreid@outlook.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion rclrs_tests/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_tests</name>
<version>0.4.0</version>
<version>0.4.1</version>
<description>Package containing tests for rclrs that make use of msgs and other dependencies</description>
<maintainer email="christopherjreid@outlook.com">Chris Reid</maintainer>
<license>Apache License 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion rosidl_generator_rs/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>rosidl_generator_rs</name>
<version>0.4.0</version>
<version>0.4.1</version>
<description>Generate the ROS interfaces in Rust.</description>
<maintainer email="esteve@apache.org">Esteve Fernandez</maintainer>
<license>Apache License 2.0</license>
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.0"
version = "0.4.1"
# This project is not military-sponsored, Jacob's employment contract just requires him to use this email address
authors = ["Esteve Fernandez <esteve@apache.org>", "Nikolai Morin <nnmmgit@gmail.com>", "Jacob Hassold <jacob.a.hassold.civ@army.mil>"]
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.0</version>
<version>0.4.1</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="jacob.a.hassold.civ@army.mil">Jacob Hassold</maintainer>
Expand Down

0 comments on commit f29144b

Please sign in to comment.