Skip to content

Commit

Permalink
Update changelogs and release 1.11.0 to Rolling (#517)
Browse files Browse the repository at this point in the history
* Update changelogs

Signed-off-by: Luca Della Vedova <[email protected]>

* 1.11.0

Signed-off-by: Luca Della Vedova <[email protected]>

---------

Signed-off-by: Luca Della Vedova <[email protected]>
  • Loading branch information
luca-della-vedova authored Nov 27, 2024
1 parent 3f83a2b commit 893e566
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 5 deletions.
5 changes: 5 additions & 0 deletions rmf_building_map_tools/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rmf\_building\_map\_tools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.11.0 (2024-11-27)
-------------------
* Fix startup error when waypoint's name is pure numbers (`#508 <https://github.com/open-rmf/rmf_traffic_editor/pull/508>`_)
* Contributors: Gary Bey

1.10.0 (2024-06-12)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion rmf_building_map_tools/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_building_map_tools</name>
<version>1.10.0</version>
<version>1.11.0</version>
<description>RMF Building map tools</description>
<maintainer email="[email protected]">Morgan Quigley</maintainer>
<maintainer email="[email protected]">Marco A. Gutiérrez</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion rmf_building_map_tools/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='1.10.0',
version='1.11.0',
packages=[
'building_crowdsim',
'building_crowdsim.navmesh',
Expand Down
8 changes: 8 additions & 0 deletions rmf_traffic_editor/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package rmf\_traffic\_editor
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.11.0 (2024-11-27)
-------------------
* Fix lift cabin graphics on rotated floor plans (`#513 <https://github.com/open-rmf/rmf_traffic_editor/issues/513>`_)
* Fix crash when no features are available to calculate a layer transform (`#460 <https://github.com/open-rmf/rmf_traffic_editor/issues/460>`_)
* Addition of delete button for lift table (`#511 <https://github.com/open-rmf/rmf_traffic_editor/issues/511>`_)
* Fix reference file name being kept when loading new building (`#501 <https://github.com/open-rmf/rmf_traffic_editor/issues/501>`_)
* Contributors: Luca Della Vedova, Tan Jun Kiat

1.10.0 (2024-06-12)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion rmf_traffic_editor/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_editor</name>
<version>1.10.0</version>
<version>1.11.0</version>
<description>traffic editor</description>
<maintainer email="[email protected]">Morgan Quigley</maintainer>
<maintainer email="[email protected]">Marco A. Gutiérrez</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions rmf_traffic_editor_assets/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rmf\_traffic\_editor\_assets
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.11.0 (2024-11-27)
-------------------

1.10.0 (2024-06-12)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion rmf_traffic_editor_assets/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>rmf_traffic_editor_assets</name>
<version>1.10.0</version>
<version>1.11.0</version>
<description>Assets for use with traffic_editor.</description>

<maintainer email="[email protected]">Brandon Ong</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions rmf_traffic_editor_test_maps/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rmf\_traffic\_editor\_test\_maps
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.11.0 (2024-11-27)
-------------------

1.10.0 (2024-06-12)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion rmf_traffic_editor_test_maps/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_editor_test_maps</name>
<version>1.10.0</version>
<version>1.11.0</version>
<description>
Some test maps for traffic_editor and rmf_building_map_tools.
</description>
Expand Down

0 comments on commit 893e566

Please sign in to comment.