Skip to content

Commit b9a5585

Browse files
committed
1.0.1
1 parent 713afb9 commit b9a5585

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

turtlebot4_cpp_tutorials/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_cpp_tutorials
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.0.1 (2023-05-17)
6+
------------------
77

88
1.0.0 (2023-02-24)
99
------------------

turtlebot4_cpp_tutorials/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_cpp_tutorials</name>
5-
<version>1.0.0</version>
5+
<version>1.0.1</version>
66
<description>TurtleBot 4 C++ Tutorials</description>
77
<maintainer email="[email protected]">rkreinin</maintainer>
88
<license>Apache 2.0</license>

turtlebot4_python_tutorials/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_python_tutorials
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.0.1 (2023-05-17)
6+
------------------
77
* Added mail delivery example
88
* Add patrol loop example
99
* Updated poses for the warehouse world

turtlebot4_python_tutorials/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_python_tutorials</name>
5-
<version>1.0.0</version>
5+
<version>1.0.1</version>
66
<description>TurtleBot 4 Python Tutorials</description>
77
<maintainer email="[email protected]">rkreinin</maintainer>
88
<license>Apache 2.0</license>

turtlebot4_python_tutorials/setup.py

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

55
setup(
66
name=package_name,
7-
version='1.0.0',
7+
version='1.0.1',
88
packages=[package_name],
99
data_files=[
1010
('share/ament_index/resource_index/packages',

turtlebot4_tutorials/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_tutorials
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.0.1 (2023-05-17)
6+
------------------
77

88
1.0.0 (2023-02-24)
99
------------------

turtlebot4_tutorials/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_tutorials</name>
5-
<version>1.0.0</version>
5+
<version>1.0.1</version>
66
<description>Turtlebot4 Tutorials Metapackage</description>
77
<maintainer email="[email protected]">rkreinin</maintainer>
88
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)