Skip to content

Commit

Permalink
Bump main to 2.5.0 (#117)
Browse files Browse the repository at this point in the history
* Update changelogs

Signed-off-by: Yadunund <[email protected]>

* 2.5.0

Signed-off-by: Yadunund <[email protected]>

* Includes changes from fixing ci

Signed-off-by: Yadunund <[email protected]>

---------

Signed-off-by: Yadunund <[email protected]>
  • Loading branch information
Yadunund authored Jun 2, 2024
1 parent f6b0180 commit c82bfae
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
7 changes: 7 additions & 0 deletions rmf_task/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package rmf_task
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.5.0 (2024-06-01)
------------------
* Reformat with uncrustify available in noble (`#119 <https://github.com/open-rmf/rmf_task/pull/119>`_)
* Add labels to booking (`#110 <https://github.com/open-rmf/rmf_task/pull/110>`_)
* Cancellation phase (`#107 <https://github.com/open-rmf/rmf_task/pull/107>`_)
* Contributors: Aaron Chong, Grey, Yadunund

2.4.0 (2023-12-22)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rmf_task/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="3">
<name>rmf_task</name>
<version>2.4.0</version>
<version>2.5.0</version>
<description>Package for managing tasks in the Robotics Middleware Framework</description>
<maintainer email="[email protected]">Yadunund</maintainer>
<maintainer email="[email protected]">Marco A. Gutiérrez</maintainer>
Expand Down
9 changes: 9 additions & 0 deletions rmf_task_sequence/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog for package rmf_task_sequence
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.5.0 (2024-06-01)
------------------
* Reformat with uncrustify available in noble (`#119 <https://github.com/open-rmf/rmf_task/pull/119>`_)
* Protect phase switch from race conditions (`#111 <https://github.com/open-rmf/rmf_task/pull/111>`_)
* Cancellation phase (`#107 <https://github.com/open-rmf/rmf_task/pull/107>`_)
* Do not segfault when models cannot be generated (`#109 <https://github.com/open-rmf/rmf_task/pull/109>`_)
* Return nullptr is goal set is empty (`#108 <https://github.com/open-rmf/rmf_task/pull/108>`_)
* Contributors: Grey, Yadunund

2.4.0 (2023-12-22)
------------------
* Add support for multiple destinations to choose from. (`#101 <https://github.com/open-rmf/rmf_task/pull/101>`_)
Expand Down
2 changes: 1 addition & 1 deletion rmf_task_sequence/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="3">
<name>rmf_task_sequence</name>
<version>2.4.0</version>
<version>2.5.0</version>
<description>Implementation of phase-sequence tasks for the Robotics Middleware Framework</description>
<maintainer email="[email protected]">Grey</maintainer>
<maintainer email="[email protected]">Marco A. Gutiérrez</maintainer>
Expand Down

0 comments on commit c82bfae

Please sign in to comment.