Skip to content

Commit 629d969

Browse files
committed
2.0.1
1 parent b37ab32 commit 629d969

File tree

12 files changed

+17
-17
lines changed

12 files changed

+17
-17
lines changed

turtlebot4_base/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package turtlebot4_base
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.0.1 (2024-10-23)
6+
------------------
77

88
2.0.0 (2024-09-25)
99
------------------

turtlebot4_base/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>turtlebot4_base</name>
5-
<version>2.0.0</version>
5+
<version>2.0.1</version>
66
<description>Turtlebot4 Base Node</description>
77
<maintainer email="[email protected]">rkreinin</maintainer>
88
<license>Apache 2.0</license>

turtlebot4_bringup/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package turtlebot4_bringup
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.0.1 (2024-10-23)
6+
------------------
77
* Fix the OakD launch so camera topics are properly namespaced when using a non-empty robot namespace
88
* Contributors: Chris Iverach-Brereton
99

turtlebot4_bringup/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>turtlebot4_bringup</name>
5-
<version>2.0.0</version>
5+
<version>2.0.1</version>
66
<description>Turtlebot4 Robot Bringup</description>
77
<maintainer email="[email protected]">rkreinin</maintainer>
88
<license>Apache 2.0</license>

turtlebot4_diagnostics/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package turtlebot4_diagnostics
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.0.1 (2024-10-23)
6+
------------------
77

88
2.0.0 (2024-09-25)
99
------------------

turtlebot4_diagnostics/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>turtlebot4_diagnostics</name>
5-
<version>2.0.0</version>
5+
<version>2.0.1</version>
66
<description>Turtlebot4 Diagnostics</description>
77
<maintainer email="[email protected]">rkreinin</maintainer>
88
<license>Apache 2.0</license>

turtlebot4_diagnostics/setup.py

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

99
setup(
1010
name=package_name,
11-
version='2.0.0',
11+
version='2.0.1',
1212
packages=[package_name],
1313
data_files=[
1414
('share/ament_index/resource_index/packages',

turtlebot4_robot/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package turtlebot4_robot
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.0.1 (2024-10-23)
6+
------------------
77

88
2.0.0 (2024-09-25)
99
------------------

turtlebot4_robot/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>turtlebot4_robot</name>
5-
<version>2.0.0</version>
5+
<version>2.0.1</version>
66
<description>Turtlebot4 Robot Metapackage</description>
77
<maintainer email="[email protected]">rkreinin</maintainer>
88
<license>Apache 2.0</license>

turtlebot4_tests/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package turtlebot4_tests
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.0.1 (2024-10-23)
6+
------------------
77

88
2.0.0 (2024-09-25)
99
------------------

0 commit comments

Comments
 (0)