Skip to content

Commit

Permalink
0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobperron committed Dec 8, 2020
1 parent aa07f99 commit 355adf0
Show file tree
Hide file tree
Showing 39 changed files with 93 additions and 23 deletions.
5 changes: 5 additions & 0 deletions rclcpp/actions/minimal_action_client/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package examples_rclcpp_minimal_action_client
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.9.4 (2020-12-08)
------------------
* Added common linters (`#265 <https://github.com/ros2/examples/issues/265>`_)
* Contributors: Alejandro Hernández Cordero

0.9.3 (2020-06-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rclcpp/actions/minimal_action_client/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>examples_rclcpp_minimal_action_client</name>
<version>0.9.3</version>
<version>0.9.4</version>
<description>Minimal action client examples</description>
<maintainer email="[email protected]">Jacob Perron</maintainer>
<license>Apache License 2.0</license>
Expand Down
5 changes: 5 additions & 0 deletions rclcpp/actions/minimal_action_server/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package examples_rclcpp_minimal_action_server
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.9.4 (2020-12-08)
------------------
* Added common linters (`#265 <https://github.com/ros2/examples/issues/265>`_)
* Contributors: Alejandro Hernández Cordero

0.9.3 (2020-06-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rclcpp/actions/minimal_action_server/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>examples_rclcpp_minimal_action_server</name>
<version>0.9.3</version>
<version>0.9.4</version>
<description>Minimal action server examples</description>
<maintainer email="[email protected]">Jacob Perron</maintainer>
<license>Apache License 2.0</license>
Expand Down
5 changes: 5 additions & 0 deletions rclcpp/composition/minimal_composition/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package examples_rclcpp_minimal_composition
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.9.4 (2020-12-08)
------------------
* Added common linters (`#265 <https://github.com/ros2/examples/issues/265>`_)
* Contributors: Alejandro Hernández Cordero

0.9.3 (2020-06-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rclcpp/composition/minimal_composition/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>examples_rclcpp_minimal_composition</name>
<version>0.9.3</version>
<version>0.9.4</version>
<description>Minimalist examples of composing nodes in the same
process</description>
<maintainer email="[email protected]">Jacob Perron</maintainer>
Expand Down
5 changes: 5 additions & 0 deletions rclcpp/executors/multithreaded_executor/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package examples_rclcpp_multithreaded_executor
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.9.4 (2020-12-08)
------------------
* Added common linters (`#265 <https://github.com/ros2/examples/issues/265>`_)
* Contributors: Alejandro Hernández Cordero

0.9.3 (2020-06-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rclcpp/executors/multithreaded_executor/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>examples_rclcpp_multithreaded_executor</name>
<version>0.9.3</version>
<version>0.9.4</version>
<description>Package containing example of how to implement a multithreaded executor</description>
<maintainer email="[email protected]">Jacob Hassold</maintainer>
<license>Apache License 2.0</license>
Expand Down
5 changes: 5 additions & 0 deletions rclcpp/services/minimal_client/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package examples_rclcpp_minimal_client
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.9.4 (2020-12-08)
------------------
* Added common linters (`#265 <https://github.com/ros2/examples/issues/265>`_)
* Contributors: Alejandro Hernández Cordero

0.9.3 (2020-06-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rclcpp/services/minimal_client/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>examples_rclcpp_minimal_client</name>
<version>0.9.3</version>
<version>0.9.4</version>
<description>Examples of minimal service clients</description>
<maintainer email="[email protected]">Jacob Perron</maintainer>
<license>Apache License 2.0</license>
Expand Down
5 changes: 5 additions & 0 deletions rclcpp/services/minimal_service/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package examples_rclcpp_minimal_service
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.9.4 (2020-12-08)
------------------
* Added common linters (`#265 <https://github.com/ros2/examples/issues/265>`_)
* Contributors: Alejandro Hernández Cordero

0.9.3 (2020-06-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rclcpp/services/minimal_service/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>examples_rclcpp_minimal_service</name>
<version>0.9.3</version>
<version>0.9.4</version>
<description>A minimal service server which adds two numbers</description>
<maintainer email="[email protected]">Jacob Perron</maintainer>
<license>Apache License 2.0</license>
Expand Down
5 changes: 5 additions & 0 deletions rclcpp/timers/minimal_timer/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package examples_rclcpp_minimal_timer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.9.4 (2020-12-08)
------------------
* Added common linters (`#265 <https://github.com/ros2/examples/issues/265>`_)
* Contributors: Alejandro Hernández Cordero

0.9.3 (2020-06-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rclcpp/timers/minimal_timer/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>examples_rclcpp_minimal_timer</name>
<version>0.9.3</version>
<version>0.9.4</version>
<description>Examples of minimal nodes which have timers</description>
<maintainer email="[email protected]">Jacob Perron</maintainer>
<license>Apache License 2.0</license>
Expand Down
5 changes: 5 additions & 0 deletions rclcpp/topics/minimal_publisher/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package examples_rclcpp_minimal_publisher
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.9.4 (2020-12-08)
------------------
* Added common linters (`#265 <https://github.com/ros2/examples/issues/265>`_)
* Contributors: Alejandro Hernández Cordero

0.9.3 (2020-06-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rclcpp/topics/minimal_publisher/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>examples_rclcpp_minimal_publisher</name>
<version>0.9.3</version>
<version>0.9.4</version>
<description>Examples of minimal publisher nodes</description>
<maintainer email="[email protected]">Jacob Perron</maintainer>
<license>Apache License 2.0</license>
Expand Down
5 changes: 5 additions & 0 deletions rclcpp/topics/minimal_subscriber/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package examples_rclcpp_minimal_subscriber
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.9.4 (2020-12-08)
------------------
* Added common linters (`#265 <https://github.com/ros2/examples/issues/265>`_)
* Contributors: Alejandro Hernández Cordero

0.9.3 (2020-06-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rclcpp/topics/minimal_subscriber/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>examples_rclcpp_minimal_subscriber</name>
<version>0.9.3</version>
<version>0.9.4</version>
<description>Examples of minimal subscribers</description>
<maintainer email="[email protected]">Jacob Perron</maintainer>
<license>Apache License 2.0</license>
Expand Down
5 changes: 5 additions & 0 deletions rclpy/actions/minimal_action_client/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package examples_rclpy_minimal_action_client
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.9.4 (2020-12-08)
------------------
* Added missing linting tests (`#287 <https://github.com/ros2/examples/issues/287>`_)
* Contributors: Allison Thackston

0.9.3 (2020-06-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rclpy/actions/minimal_action_client/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>examples_rclpy_minimal_action_client</name>
<version>0.9.3</version>
<version>0.9.4</version>
<description>Examples of minimal action clients using rclpy.</description>

<maintainer email="[email protected]">Shane Loretz</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion rclpy/actions/minimal_action_client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name=package_name,
version='0.9.3',
version='0.9.4',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
5 changes: 5 additions & 0 deletions rclpy/actions/minimal_action_server/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package examples_rclpy_minimal_action_server
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.9.4 (2020-12-08)
------------------
* Added missing linting tests (`#287 <https://github.com/ros2/examples/issues/287>`_)
* Contributors: Allison Thackston

0.9.3 (2020-06-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rclpy/actions/minimal_action_server/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>examples_rclpy_minimal_action_server</name>
<version>0.9.3</version>
<version>0.9.4</version>
<description>Examples of minimal action servers using rclpy.</description>

<maintainer email="[email protected]">Shane Loretz</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion rclpy/actions/minimal_action_server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name=package_name,
version='0.9.3',
version='0.9.4',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
3 changes: 3 additions & 0 deletions rclpy/executors/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package examples_rclpy_executors
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.9.4 (2020-12-08)
------------------

0.9.3 (2020-06-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rclpy/executors/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>examples_rclpy_executors</name>
<version>0.9.3</version>
<version>0.9.4</version>
<description>Examples of creating and using exectors to run multiple nodes in the same process</description>
<maintainer email="[email protected]">Shane Loretz</maintainer>
<license>Apache License 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion rclpy/executors/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name=package_name,
version='0.9.3',
version='0.9.4',
packages=['examples_rclpy_executors'],
data_files=[
('share/ament_index/resource_index/packages', ['resource/' + package_name]),
Expand Down
3 changes: 3 additions & 0 deletions rclpy/services/minimal_client/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package examples_rclpy_minimal_client
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.9.4 (2020-12-08)
------------------

0.9.3 (2020-06-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rclpy/services/minimal_client/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>examples_rclpy_minimal_client</name>
<version>0.9.3</version>
<version>0.9.4</version>
<description>Examples of minimal service clients using rclpy.</description>

<maintainer email="[email protected]">Shane Loretz</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion rclpy/services/minimal_client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name=package_name,
version='0.9.3',
version='0.9.4',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
3 changes: 3 additions & 0 deletions rclpy/services/minimal_service/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package examples_rclpy_minimal_service
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.9.4 (2020-12-08)
------------------

0.9.3 (2020-06-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rclpy/services/minimal_service/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>examples_rclpy_minimal_service</name>
<version>0.9.3</version>
<version>0.9.4</version>
<description>Examples of minimal service servers using rclpy.</description>

<maintainer email="[email protected]">Shane Loretz</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion rclpy/services/minimal_service/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name=package_name,
version='0.9.3',
version='0.9.4',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
3 changes: 3 additions & 0 deletions rclpy/topics/minimal_publisher/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package examples_rclpy_minimal_publisher
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.9.4 (2020-12-08)
------------------

0.9.3 (2020-06-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rclpy/topics/minimal_publisher/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>examples_rclpy_minimal_publisher</name>
<version>0.9.3</version>
<version>0.9.4</version>
<description>Examples of minimal publishers using rclpy.</description>

<maintainer email="[email protected]">Shane Loretz</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion rclpy/topics/minimal_publisher/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name=package_name,
version='0.9.3',
version='0.9.4',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
3 changes: 3 additions & 0 deletions rclpy/topics/minimal_subscriber/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package examples_rclpy_minimal_subscriber
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.9.4 (2020-12-08)
------------------

0.9.3 (2020-06-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rclpy/topics/minimal_subscriber/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>examples_rclpy_minimal_subscriber</name>
<version>0.9.3</version>
<version>0.9.4</version>
<description>Examples of minimal subscribers using rclpy.</description>
<maintainer email="[email protected]">Shane Loretz</maintainer>
<license>Apache License 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion rclpy/topics/minimal_subscriber/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name=package_name,
version='0.9.3',
version='0.9.4',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down

0 comments on commit 355adf0

Please sign in to comment.