Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Oct 23, 2024
1 parent b37ab32 commit 629d969
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions turtlebot4_base/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package turtlebot4_base
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.0.1 (2024-10-23)
------------------

2.0.0 (2024-09-25)
------------------
Expand Down
2 changes: 1 addition & 1 deletion turtlebot4_base/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>turtlebot4_base</name>
<version>2.0.0</version>
<version>2.0.1</version>
<description>Turtlebot4 Base Node</description>
<maintainer email="[email protected]">rkreinin</maintainer>
<license>Apache 2.0</license>
Expand Down
4 changes: 2 additions & 2 deletions turtlebot4_bringup/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package turtlebot4_bringup
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

Expand Down
2 changes: 1 addition & 1 deletion turtlebot4_bringup/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>turtlebot4_bringup</name>
<version>2.0.0</version>
<version>2.0.1</version>
<description>Turtlebot4 Robot Bringup</description>
<maintainer email="[email protected]">rkreinin</maintainer>
<license>Apache 2.0</license>
Expand Down
4 changes: 2 additions & 2 deletions turtlebot4_diagnostics/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package turtlebot4_diagnostics
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.0.1 (2024-10-23)
------------------

2.0.0 (2024-09-25)
------------------
Expand Down
2 changes: 1 addition & 1 deletion turtlebot4_diagnostics/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>turtlebot4_diagnostics</name>
<version>2.0.0</version>
<version>2.0.1</version>
<description>Turtlebot4 Diagnostics</description>
<maintainer email="[email protected]">rkreinin</maintainer>
<license>Apache 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion turtlebot4_diagnostics/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name=package_name,
version='2.0.0',
version='2.0.1',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
4 changes: 2 additions & 2 deletions turtlebot4_robot/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package turtlebot4_robot
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.0.1 (2024-10-23)
------------------

2.0.0 (2024-09-25)
------------------
Expand Down
2 changes: 1 addition & 1 deletion turtlebot4_robot/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>turtlebot4_robot</name>
<version>2.0.0</version>
<version>2.0.1</version>
<description>Turtlebot4 Robot Metapackage</description>
<maintainer email="[email protected]">rkreinin</maintainer>
<license>Apache 2.0</license>
Expand Down
4 changes: 2 additions & 2 deletions turtlebot4_tests/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package turtlebot4_tests
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.0.1 (2024-10-23)
------------------

2.0.0 (2024-09-25)
------------------
Expand Down
2 changes: 1 addition & 1 deletion turtlebot4_tests/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>turtlebot4_tests</name>
<version>2.0.0</version>
<version>2.0.1</version>
<description>Turtlebot4 System Tests</description>
<maintainer email="[email protected]">rkreinin</maintainer>
<license>Apache 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion turtlebot4_tests/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name=package_name,
version='2.0.0',
version='2.0.1',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down

0 comments on commit 629d969

Please sign in to comment.