Skip to content

Commit

Permalink
Bump main to 2.3.2 (#299)
Browse files Browse the repository at this point in the history
* Update CHANGELOGS

Signed-off-by: Yadunund <yadunund@openrobotics.org>

* 2.3.2

Signed-off-by: Yadunund <yadunund@openrobotics.org>

---------

Signed-off-by: Yadunund <yadunund@openrobotics.org>
  • Loading branch information
Yadunund authored Aug 28, 2023
1 parent 5332812 commit 18985da
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 5 deletions.
6 changes: 6 additions & 0 deletions rmf_fleet_adapter/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package rmf_fleet_adapter
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.3.2 (2023-08-28)
------------------
* Improve linking time (`#297 <https://github.com/open-rmf/rmf_ros2/pull/297>`_)
* EasyFullControl API (`#235 <https://github.com/open-rmf/rmf_ros2/pull/235>`_)
* Contributors: Grey, Luca Della Vedova, Xiyu, Yadunund

2.3.1 (2023-08-10)
------------------
* Remove duplicate task schemas (`#294 <https://github.com/open-rmf/rmf_ros2/pull/294>`_)
Expand Down
2 changes: 1 addition & 1 deletion rmf_fleet_adapter/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>rmf_fleet_adapter</name>
<version>2.3.1</version>
<version>2.3.2</version>
<description>Fleet Adapter package for RMF fleets.</description>
<maintainer email="grey@openrobotics.org">Grey</maintainer>
<maintainer email="aaron@openrobotics.org">Aaron</maintainer>
Expand Down
5 changes: 5 additions & 0 deletions rmf_fleet_adapter_python/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rmf_fleet_adapter_python
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.3.2 (2023-08-28)
------------------
* EasyFullControl API (`#235 <https://github.com/open-rmf/rmf_ros2/pull/235>`_)
* Contributors: Grey, Luca Della Vedova, Xiyu, Yadunund

2.3.1 (2023-08-10)
------------------
* Adding initiator and request time to booking (`#267 <https://github.com/open-rmf/rmf_ros2/pull/267>`_)
Expand Down
2 changes: 1 addition & 1 deletion rmf_fleet_adapter_python/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>rmf_fleet_adapter_python</name>
<version>2.3.1</version>
<version>2.3.2</version>
<description>Python bindings for the rmf_fleet_adapter</description>
<maintainer email="methylDragon@gmail.com">methylDragon</maintainer>
<maintainer email="marco@openrobotics.org">Marco A. Gutiérrez</maintainer>
Expand Down
5 changes: 5 additions & 0 deletions rmf_task_ros2/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rmf_task_ros2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.3.2 (2023-08-28)
------------------
* Improve linking time (`#297 <https://github.com/open-rmf/rmf_ros2/pull/297>`_)
* Contributors: Grey, Luca Della Vedova

2.3.1 (2023-08-10)
------------------
* Adding initiator and request time to booking (`#267 <https://github.com/open-rmf/rmf_ros2/pull/267>`_)
Expand Down
2 changes: 1 addition & 1 deletion rmf_task_ros2/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>rmf_task_ros2</name>
<version>2.3.1</version>
<version>2.3.2</version>
<description>A package managing the dispatching of tasks in RMF system.</description>
<maintainer email="yadunund@openrobotics.org">Yadunund</maintainer>
<maintainer email="marco@openrobotics.org">Marco A. Gutiérrez</maintainer>
Expand Down
7 changes: 7 additions & 0 deletions rmf_traffic_ros2/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package rmf_traffic_ros2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.3.2 (2023-08-28)
------------------
* Improve linking time (`#297 <https://github.com/open-rmf/rmf_ros2/pull/297>`_)
* EasyFullControl API (`#235 <https://github.com/open-rmf/rmf_ros2/pull/235>`_)
* Remove a few warnings related to RCLCPP logger (`#296 <https://github.com/open-rmf/rmf_ros2/pull/296>`_)
* Contributors: Arjo Chakravarty, Grey, Luca Della Vedova, Xiyu, Yadunund

2.3.1 (2023-08-10)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rmf_traffic_ros2/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>rmf_traffic_ros2</name>
<version>2.3.1</version>
<version>2.3.2</version>
<description>A package containing messages used by the RMF traffic management system.</description>
<maintainer email="grey@openrobotics.org">Grey</maintainer>
<maintainer email="marco@openrobotics.org">Marco A. Gutiérrez</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions rmf_websocket/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rmf_websocket
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.3.2 (2023-08-28)
------------------

2.3.1 (2023-08-10)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rmf_websocket/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>rmf_websocket</name>
<version>2.3.1</version>
<version>2.3.2</version>
<description>A package managing the websocket api endpoints in RMF system.</description>
<maintainer email="yadunund@openrobotics.org">Yadunund</maintainer>
<maintainer email="marco@openrobotics.org">Marco A. Gutiérrez</maintainer>
Expand Down

0 comments on commit 18985da

Please sign in to comment.