Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump main to 2.3.2 #299

Merged
merged 2 commits into from
Aug 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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="[email protected]">Grey</maintainer>
<maintainer email="[email protected]">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="[email protected]">methylDragon</maintainer>
<maintainer email="[email protected]">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="[email protected]">Yadunund</maintainer>
<maintainer email="[email protected]">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="[email protected]">Grey</maintainer>
<maintainer email="[email protected]">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="[email protected]">Yadunund</maintainer>
<maintainer email="[email protected]">Marco A. Gutiérrez</maintainer>
Expand Down
Loading