Skip to content

Commit fc52515

Browse files
authored
Bump main after jazzy branching (#499)
* Update changelogs Signed-off-by: Yadunund <[email protected]> * 1.10.0 Signed-off-by: Yadunund <[email protected]> --------- Signed-off-by: Yadunund <[email protected]>
1 parent 27aa2c7 commit fc52515

File tree

9 files changed

+17
-5
lines changed

9 files changed

+17
-5
lines changed

rmf_building_map_tools/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rmf\_building\_map\_tools
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.10.0 (2024-06-12)
6+
-------------------
7+
58
1.9.0 (2024-06-01)
69
------------------
710
* Fix MultiPolygon not iterable (`#496 <https://github.com/open-rmf/rmf_traffic_editor/pull/496>`_)

rmf_building_map_tools/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rmf_building_map_tools</name>
5-
<version>1.9.0</version>
5+
<version>1.10.0</version>
66
<description>RMF Building map tools</description>
77
<maintainer email="[email protected]">Morgan Quigley</maintainer>
88
<maintainer email="[email protected]">Marco A. Gutiérrez</maintainer>

rmf_building_map_tools/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name=package_name,
8-
version='1.9.0',
8+
version='1.10.0',
99
packages=[
1010
'building_crowdsim',
1111
'building_crowdsim.navmesh',

rmf_traffic_editor/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rmf\_traffic\_editor
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.10.0 (2024-06-12)
6+
-------------------
7+
58
1.9.0 (2024-06-01)
69
------------------
710
* Fix buildfarm build of rmf_traffic_editor packages (`#495 <https://github.com/open-rmf/rmf_traffic_editor/pull/495>`_)

rmf_traffic_editor/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rmf_traffic_editor</name>
5-
<version>1.9.0</version>
5+
<version>1.10.0</version>
66
<description>traffic editor</description>
77
<maintainer email="[email protected]">Morgan Quigley</maintainer>
88
<maintainer email="[email protected]">Marco A. Gutiérrez</maintainer>

rmf_traffic_editor_assets/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rmf\_traffic\_editor\_assets
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.10.0 (2024-06-12)
6+
-------------------
7+
58
1.9.0 (2024-06-01)
69
------------------
710
* Fix buildfarm build of rmf_traffic_editor packages (`#495 <https://github.com/open-rmf/rmf_traffic_editor/pull/495>`_)

rmf_traffic_editor_assets/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>rmf_traffic_editor_assets</name>
5-
<version>1.9.0</version>
5+
<version>1.10.0</version>
66
<description>Assets for use with traffic_editor.</description>
77

88
<maintainer email="[email protected]">Brandon Ong</maintainer>

rmf_traffic_editor_test_maps/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rmf\_traffic\_editor\_test\_maps
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.10.0 (2024-06-12)
6+
-------------------
7+
58
1.9.0 (2024-06-01)
69
------------------
710

rmf_traffic_editor_test_maps/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rmf_traffic_editor_test_maps</name>
5-
<version>1.9.0</version>
5+
<version>1.10.0</version>
66
<description>
77
Some test maps for traffic_editor and rmf_building_map_tools.
88
</description>

0 commit comments

Comments
 (0)