Navigation Menu

Skip to content

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wjwwood committed Jan 15, 2019
1 parent c1ebe80 commit 069eb10
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions rviz2/CHANGELOG.rst
Expand Up @@ -2,8 +2,8 @@
Changelog for package rviz2
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
5.1.0 (2019-01-14)
------------------
* Update package maintainer for rviz2 (`#365 <https://github.com/ros2/rviz/issues/365>`_)
Thank you to Deanna for her contributions.
* Contributors: Scott K Logan
Expand Down
2 changes: 1 addition & 1 deletion rviz2/package.xml
@@ -1,6 +1,6 @@
<package format="2">
<name>rviz2</name>
<version>5.0.0</version>
<version>5.1.0</version>
<description>
3D visualization tool for ROS.
</description>
Expand Down
4 changes: 2 additions & 2 deletions rviz_assimp_vendor/CHANGELOG.rst
Expand Up @@ -2,8 +2,8 @@
Changelog for package rviz_assimp_vendor
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
5.1.0 (2019-01-14)
------------------

5.0.0 (2018-12-04)
------------------
Expand Down
2 changes: 1 addition & 1 deletion rviz_assimp_vendor/package.xml
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>rviz_assimp_vendor</name>
<version>5.0.0</version>
<version>5.1.0</version>
<description>
Wrapper around assimp, providing nothing but a dependency on assimp, on some systems.
On others, it provides a fixed CMake module or even an ExternalProject build of assimp.
Expand Down
4 changes: 2 additions & 2 deletions rviz_common/CHANGELOG.rst
Expand Up @@ -2,8 +2,8 @@
Changelog for package rviz_common
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
5.1.0 (2019-01-14)
------------------
* Fix errors from uncrustify v0.68 (`#366 <https://github.com/ros2/rviz/issues/366>`_)
* Contributors: Jacob Perron, William Woodall

Expand Down
2 changes: 1 addition & 1 deletion rviz_common/package.xml
@@ -1,6 +1,6 @@
<package format="2">
<name>rviz_common</name>
<version>5.0.0</version>
<version>5.1.0</version>
<description>
Common rviz API, used by rviz plugins and applications.
</description>
Expand Down
4 changes: 2 additions & 2 deletions rviz_default_plugins/CHANGELOG.rst
Expand Up @@ -2,8 +2,8 @@
Changelog for package rviz_default_plugins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
5.1.0 (2019-01-14)
------------------
* Migrate scalar displays, i.e. temperature, illuminance, relative humidity, and fluid pressure (`#367 <https://github.com/ros2/rviz/issues/367>`_)
* Fix errors from uncrustify v0.68 (`#366 <https://github.com/ros2/rviz/issues/366>`_)
* Visibility followup for Swatch marker (`#297 <https://github.com/ros2/rviz/issues/297>`_)
Expand Down
2 changes: 1 addition & 1 deletion rviz_default_plugins/package.xml
@@ -1,6 +1,6 @@
<package format="2">
<name>rviz_default_plugins</name>
<version>5.0.0</version>
<version>5.1.0</version>
<description>
Several default plugins for rviz to cover the basic functionality.
</description>
Expand Down
4 changes: 2 additions & 2 deletions rviz_ogre_vendor/CHANGELOG.rst
Expand Up @@ -2,8 +2,8 @@
Changelog for package rviz_ogre_vendor
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
5.1.0 (2019-01-14)
------------------
* Skip the system directories when looking for OGRE (`#371 <https://github.com/ros2/rviz/issues/371>`_)
* Contributors: Scott K Logan

Expand Down
2 changes: 1 addition & 1 deletion rviz_ogre_vendor/package.xml
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>rviz_ogre_vendor</name>
<version>5.0.0</version>
<version>5.1.0</version>
<description>
Wrapper around ogre3d, it provides a fixed CMake module and an ExternalProject build of ogre.
</description>
Expand Down
4 changes: 2 additions & 2 deletions rviz_rendering/CHANGELOG.rst
Expand Up @@ -2,8 +2,8 @@
Changelog for package rviz_rendering
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
5.1.0 (2019-01-14)
------------------
* Handle FindEigen3 module's differing definitions (`#370 <https://github.com/ros2/rviz/issues/370>`_)
* Contributors: Scott K Logan

Expand Down
2 changes: 1 addition & 1 deletion rviz_rendering/package.xml
@@ -1,6 +1,6 @@
<package format="2">
<name>rviz_rendering</name>
<version>5.0.0</version>
<version>5.1.0</version>
<description>
Library which provides the 3D rendering functionality in rviz.
</description>
Expand Down
4 changes: 2 additions & 2 deletions rviz_rendering_tests/CHANGELOG.rst
Expand Up @@ -2,8 +2,8 @@
Changelog for package rviz_rendering_tests
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
5.1.0 (2019-01-14)
------------------

5.0.0 (2018-12-04)
------------------
Expand Down
2 changes: 1 addition & 1 deletion rviz_rendering_tests/package.xml
@@ -1,6 +1,6 @@
<package format="2">
<name>rviz_rendering_tests</name>
<version>5.0.0</version>
<version>5.1.0</version>
<description>
Example plugin for RViz - documents and tests RViz plugin development
</description>
Expand Down
4 changes: 2 additions & 2 deletions rviz_visual_testing_framework/CHANGELOG.rst
Expand Up @@ -2,8 +2,8 @@
Changelog for package rviz_visual_testing_framework
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
5.1.0 (2019-01-14)
------------------
* Migrate scalar displays, i.e. temperature, illuminance, relative humidity, and fluid pressure (`#367 <https://github.com/ros2/rviz/issues/367>`_)
* Contributors: GW1708

Expand Down
2 changes: 1 addition & 1 deletion rviz_visual_testing_framework/package.xml
@@ -1,6 +1,6 @@
<package format="2">
<name>rviz_visual_testing_framework</name>
<version>5.0.0</version>
<version>5.1.0</version>
<description>
3D testing framework for RViz.
</description>
Expand Down

0 comments on commit 069eb10

Please sign in to comment.