Skip to content

Commit

Permalink
0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar committed Apr 23, 2020
1 parent a72b3e7 commit fb08df8
Show file tree
Hide file tree
Showing 22 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions combined_robot_hw/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package combined_robot_hw
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.19.0 (2020-04-23)
-------------------

0.18.0 (2020-04-16)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion combined_robot_hw/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>combined_robot_hw</name>
<version>0.18.0</version>
<version>0.19.0</version>
<description>Combined Robot HW class.</description>

<maintainer email="[email protected]">Bence Magyar</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions combined_robot_hw_tests/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package combined_robot_hw_tests
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.19.0 (2020-04-23)
-------------------

0.18.0 (2020-04-16)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion combined_robot_hw_tests/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>combined_robot_hw_tests</name>
<version>0.18.0</version>
<version>0.19.0</version>
<description>Tests for the combined Robot HW class.</description>

<maintainer email="[email protected]">Bence Magyar</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions controller_interface/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package controller_interface
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.19.0 (2020-04-23)
-------------------
* Replace enums with enum classes (`#412 <https://github.com/ros-controls/ros_control/issues/412>`_)
* Contributors: Matt Reynolds

Expand Down
2 changes: 1 addition & 1 deletion controller_interface/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>controller_interface</name>
<version>0.18.0</version>
<version>0.19.0</version>
<description>Interface base class for controllers.</description>

<maintainer email="[email protected]">Bence Magyar</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions controller_manager/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package controller_manager
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.19.0 (2020-04-23)
-------------------
* Replace enums with enum classes (`#412 <https://github.com/ros-controls/ros_control/issues/412>`_)
* Contributors: Matt Reynolds

Expand Down
2 changes: 1 addition & 1 deletion controller_manager/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>controller_manager</name>
<version>0.18.0</version>
<version>0.19.0</version>
<description>The controller manager.</description>

<maintainer email="[email protected]">Bence Magyar</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions controller_manager_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package controller_manager_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.19.0 (2020-04-23)
-------------------

0.18.0 (2020-04-16)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion controller_manager_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>controller_manager_msgs</name>
<version>0.18.0</version>
<version>0.19.0</version>
<description>Messages and services for the controller manager.</description>

<maintainer email="[email protected]">Bence Magyar</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions controller_manager_tests/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package controller_manager_tests
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.19.0 (2020-04-23)
-------------------
* Disable flaky CLI spawn test (`#446 <https://github.com/ros-controls/ros_control/issues/446>`_)
* Update travis config and rosinstall for noetic (`#439 <https://github.com/ros-controls/ros_control/issues/439>`_)
* Contributors: Bence Magyar
Expand Down
2 changes: 1 addition & 1 deletion controller_manager_tests/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>controller_manager_tests</name>
<version>0.18.0</version>
<version>0.19.0</version>
<description>Tests for the controller manager.</description>

<maintainer email="[email protected]">Bence Magyar</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions hardware_interface/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package hardware_interface
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.19.0 (2020-04-23)
-------------------
* Remove deprecated ForceTorqueHandle ctor (`#437 <https://github.com/ros-controls/ros_control/issues/437>`_)
* Replace enums with enum classes (`#412 <https://github.com/ros-controls/ros_control/issues/412>`_)
* Use CamelCase for ResourceManagerType typedef (`#438 <https://github.com/ros-controls/ros_control/issues/438>`_)
Expand Down
2 changes: 1 addition & 1 deletion hardware_interface/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>hardware_interface</name>
<version>0.18.0</version>
<version>0.19.0</version>
<description>Hardware Interface base class.</description>

<maintainer email="[email protected]">Bence Magyar</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions joint_limits_interface/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package joint_limits_interface
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.19.0 (2020-04-23)
-------------------

0.18.0 (2020-04-16)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion joint_limits_interface/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>joint_limits_interface</name>
<version>0.18.0</version>
<version>0.19.0</version>
<description>Interface for enforcing joint limits.</description>

<maintainer email="[email protected]">Bence Magyar</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions ros_control/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ros_control
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.19.0 (2020-04-23)
-------------------

0.18.0 (2020-04-16)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ros_control/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>ros_control</name>
<version>0.18.0</version>
<version>0.19.0</version>
<description>A set of packages that include controller interfaces, controller managers, transmissions and hardware_interfaces.</description>

<maintainer email="[email protected]">Bence Magyar</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions rqt_controller_manager/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rqt_controller_manager
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.19.0 (2020-04-23)
-------------------

0.18.0 (2020-04-16)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion rqt_controller_manager/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>rqt_controller_manager</name>
<version>0.18.0</version>
<version>0.19.0</version>
<description>Graphical frontend for interacting with the controller manager.</description>

<maintainer email="[email protected]">Bence Magyar</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions transmission_interface/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package transmission_interface
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.19.0 (2020-04-23)
-------------------
* Replace enums with enum classes (`#412 <https://github.com/ros-controls/ros_control/issues/412>`_)
* Contributors: Matt Reynolds

Expand Down
2 changes: 1 addition & 1 deletion transmission_interface/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>transmission_interface</name>
<version>0.18.0</version>
<version>0.19.0</version>
<description>Transmission Interface.</description>

<maintainer email="[email protected]">Bence Magyar</maintainer>
Expand Down

0 comments on commit fb08df8

Please sign in to comment.