Skip to content

Commit 6b9ad23

Browse files
committed
0.10.4
1 parent 64d267b commit 6b9ad23

File tree

12 files changed

+18
-18
lines changed

12 files changed

+18
-18
lines changed

interactive_marker_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 interactive_marker_tutorials
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.10.4 (2020-05-13)
6+
-------------------
77
* Updated to use ``catkin_install_python()`` (`#59 <https://github.com/ros-visualization/visualization_tutorials/issues/59>`_)
88
* Updated required CMake version to avoid CMP0048 warning (`#57 <https://github.com/ros-visualization/visualization_tutorials/issues/57>`_)
99
* Removed unused ``saveMarker()`` (`#47 <https://github.com/ros-visualization/visualization_tutorials/issues/47>`_)

interactive_marker_tutorials/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>interactive_marker_tutorials</name>
4-
<version>0.10.3</version>
4+
<version>0.10.4</version>
55
<description>The interactive_marker_tutorials package</description>
66

77
<maintainer email="[email protected]">William Woodall</maintainer>

librviz_tutorial/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.10.4 (2020-05-13)
6+
-------------------
77
* Updated required CMake version to avoid CMP0048 warning (`#57 <https://github.com/ros-visualization/visualization_tutorials/issues/57>`_)
88
* Contributors: Alejandro Hernández Cordero
99

librviz_tutorial/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>librviz_tutorial</name>
3-
<version>0.10.3</version>
3+
<version>0.10.4</version>
44
<description>
55
Tutorial showing how to compile your own C++ program with RViz displays and features.
66
</description>

rviz_plugin_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 rviz_plugin_tutorials
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.10.4 (2020-05-13)
6+
-------------------
77
* Updated to use ``catkin_install_python()`` (`#59 <https://github.com/ros-visualization/visualization_tutorials/issues/59>`_)
88
* Updated required CMake version to avoid CMP0048 warning (`#57 <https://github.com/ros-visualization/visualization_tutorials/issues/57>`_)
99
* Contributors: Alejandro Hernández Cordero, Shane Loretz

rviz_plugin_tutorials/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>rviz_plugin_tutorials</name>
3-
<version>0.10.3</version>
3+
<version>0.10.4</version>
44
<description>
55
Tutorials showing how to write plugins for RViz.
66
</description>

rviz_python_tutorial/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.10.4 (2020-05-13)
6+
-------------------
77
* Updated RViz import (`#60 <https://github.com/ros-visualization/visualization_tutorials/issues/60>`_)
88
* Updated to use ``catkin_install_python()`` (`#59 <https://github.com/ros-visualization/visualization_tutorials/issues/59>`_)
99
* Updated required CMake version to avoid CMP0048 warning (`#57 <https://github.com/ros-visualization/visualization_tutorials/issues/57>`_)

rviz_python_tutorial/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>rviz_python_tutorial</name>
3-
<version>0.10.3</version>
3+
<version>0.10.4</version>
44
<description>
55
Tutorials showing how to call into rviz internals from python scripts.
66
</description>

visualization_marker_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 visualization_marker_tutorials
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.10.4 (2020-05-13)
6+
-------------------
77
* Updated required CMake version to avoid CMP0048 warning (`#57 <https://github.com/ros-visualization/visualization_tutorials/issues/57>`_)
88
* Updated to use ``ros::Duration`` for sleeping to gain cross-platform support (`#48 <https://github.com/ros-visualization/visualization_tutorials/issues/48>`_)
99
* Contributors: Alejandro Hernández Cordero, Sean Yen [MSFT]

visualization_marker_tutorials/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>visualization_marker_tutorials</name>
4-
<version>0.10.3</version>
4+
<version>0.10.4</version>
55
<description>The visulalization_marker_tutorials package</description>
66

77
<maintainer email="[email protected]">William Woodall</maintainer>

0 commit comments

Comments
 (0)