Skip to content

Commit 0074c69

Browse files
authored
Merge pull request #63 from naturerobots/patch-version-increase
Increase patch version and update changelogs
2 parents 7b4f25a + d3959ae commit 0074c69

File tree

12 files changed

+30
-6
lines changed

12 files changed

+30
-6
lines changed

label_manager/CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog for package label_manager
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.0.1 (2025-08-11)
6+
------------------
7+
* Changes since the first ROS 2 port to enable the same functionality as the ROS 1 version
8+
59
2.0.0 (2024-05-15)
610
------------------
711
* port package to ROS2

label_manager/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>label_manager</name>
5-
<version>2.0.0</version>
5+
<version>2.0.1</version>
66
<description>Serving and persisting label information</description>
77
<maintainer email="amock@uos.de">Alexander Mock</maintainer>
88
<maintainer email="matthias.holoch@naturerobots.com">Matthias Holoch</maintainer>

mesh_msgs/CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog for package mesh_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.0.1 (2025-08-11)
6+
------------------
7+
* Changes since the first ROS 2 port to enable the same functionality as the ROS 1 version
8+
59
2.0.0 (2024-05-15)
610
------------------
711
* port package to ROS2

mesh_msgs/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>mesh_msgs</name>
5-
<version>2.0.0</version>
5+
<version>2.0.1</version>
66
<description>Various Message Types for Mesh Data.</description>
77
<maintainer email="amock@uos.de">Alexander Mock</maintainer>
88
<maintainer email="matthias.holoch@naturerobots.com">Matthias Holoch</maintainer>

mesh_msgs_conversions/CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog for package mesh_msgs_conversions
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.0.1 (2025-08-11)
6+
------------------
7+
* Changes since the first ROS 2 port to enable the same functionality as the ROS 1 version
8+
59
2.0.0 (2024-05-15)
610
------------------
711
* port package to ROS2

mesh_msgs_conversions/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>mesh_msgs_conversions</name>
5-
<version>2.0.0</version>
5+
<version>2.0.1</version>
66
<description>converts point clouds and attributes into meshes and mesh attributes</description>
77

88
<maintainer email="amock@uos.de">Alexander Mock</maintainer>

mesh_msgs_transform/CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog for package mesh_msgs_transform
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.0.1 (2025-08-11)
6+
------------------
7+
* Changes since the first ROS 2 port to enable the same functionality as the ROS 1 version
8+
59
2.0.0 (2024-05-15)
610
------------------
711
* port package to ROS2

mesh_msgs_transform/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>mesh_msgs_transform</name>
5-
<version>2.0.0</version>
5+
<version>2.0.1</version>
66
<description>Methods to transform mesh_msgs</description>
77
<maintainer email="spuetz@uos.de">Sebastian Pütz</maintainer>
88
<license>BSD-3</license>

mesh_tools/CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog for package ros_mesh_tools
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.0.1 (2025-08-11)
6+
------------------
7+
* Changes since the first ROS 2 port to enable the same functionality as the ROS 1 version
8+
59
2.0.0 (2024-05-15)
610
------------------
711
* port package to ROS2

mesh_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>mesh_tools</name>
5-
<version>2.0.0</version>
5+
<version>2.0.1</version>
66
<description>The mesh_tools package</description>
77
<maintainer email="spuetz@uos.de">Sebastian Pütz</maintainer>
88
<license>BSD-3</license>

0 commit comments

Comments
 (0)