Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
roni-kreinin committed Jul 2, 2024
1 parent b6073f4 commit f2f30da
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
-----------
1.0.3 (2024-07-02)
------------------

1.0.2 (2023-11-08)
------------------
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>1.0.2</version>
<version>1.0.3</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
-----------
1.0.3 (2024-07-02)
------------------
* Launch the create3 republisher only for discovery server
* Contributors: Hilary Luo

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>1.0.2</version>
<version>1.0.3</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
-----------
1.0.3 (2024-07-02)
------------------

1.0.2 (2023-11-08)
------------------
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>1.0.2</version>
<version>1.0.3</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='1.0.2',
version='1.0.3',
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
-----------
1.0.3 (2024-07-02)
------------------

1.0.2 (2023-11-08)
------------------
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>1.0.2</version>
<version>1.0.3</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
-----------
1.0.3 (2024-07-02)
------------------

1.0.2 (2023-11-08)
------------------
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>1.0.2</version>
<version>1.0.3</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='1.0.2',
version='1.0.3',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down

0 comments on commit f2f30da

Please sign in to comment.