Skip to content

Commit de098f2

Browse files
committed
0.3.5
1 parent e14640a commit de098f2

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

geometry_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 geometry_tutorials
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.3.5 (2022-09-08)
6+
------------------
77

88
0.3.4 (2021-10-11)
99
------------------

geometry_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>geometry_tutorials</name>
5-
<version>0.3.4</version>
5+
<version>0.3.5</version>
66
<description>Metapackage of geometry tutorials ROS.</description>
77
<maintainer email="[email protected]">Alejandro Hernández Cordero</maintainer>
88
<maintainer email="[email protected]">Audrow Nash</maintainer>

turtle_tf2_cpp/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.3.5 (2022-09-08)
6+
------------------
77
* Cleanup CI (`#70 <https://github.com/ros/geometry_tutorials/issues/70>`_)
88
* Contributors: Chris Lalancette
99

turtle_tf2_cpp/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>turtle_tf2_cpp</name>
5-
<version>0.3.4</version>
5+
<version>0.3.5</version>
66
<description>
77
turtle_tf2_cpp demonstrates how to write a ROS2 C++ tf2 broadcaster and listener with the turtlesim. The turtle_tf2_listener commands turtle2 to follow turtle1 around as you drive turtle1 using the keyboard.
88
</description>

turtle_tf2_py/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.3.5 (2022-09-08)
6+
------------------
77
* Remove the dependency on tf_transformations. (`#69 <https://github.com/ros/geometry_tutorials/issues/69>`_)
88
* Contributors: Chris Lalancette
99

turtle_tf2_py/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>turtle_tf2_py</name>
5-
<version>0.3.4</version>
5+
<version>0.3.5</version>
66
<description>
77
turtle_tf2_py demonstrates how to write a ROS2 Python tf2 broadcaster and listener with the turtlesim. The turtle_tf2_listener commands turtle2 to follow turtle1 around as you drive turtle1 using the keyboard.
88
</description>

turtle_tf2_py/setup.py

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

88
setup(
99
name=package_name,
10-
version='0.3.0',
10+
version='0.3.5',
1111
packages=[package_name],
1212
data_files=[
1313
('share/ament_index/resource_index/packages', ['resource/' + package_name]),

0 commit comments

Comments
 (0)