Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Audrow Nash <[email protected]>
  • Loading branch information
paudrow committed May 11, 2022
1 parent 579c7ed commit 302a2ea
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 8 deletions.
5 changes: 5 additions & 0 deletions rqt/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rqt
^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.0 (2022-05-10)
------------------
* Fix up the package description. (`#250 <https://github.com/ros-visualization/rqt/issues/250>`_)
* Contributors: Chris Lalancette

1.1.3 (2022-04-05)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rqt/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>rqt</name>
<version>1.1.3</version>
<version>1.2.0</version>
<description>rqt is a Qt-based framework for GUI development for ROS.</description>
<maintainer email="[email protected]">Michael Jeronimo</maintainer>
<license>BSD</license>
Expand Down
2 changes: 1 addition & 1 deletion rqt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package_name = 'rqt'
setup(
name=package_name,
version='1.1.3',
version='1.2.0',
data_files=[
('share/ament_index/resource_index/packages',
['resource/' + package_name]),
Expand Down
5 changes: 5 additions & 0 deletions rqt_gui/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog for package rqt_gui
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.0 (2022-05-10)
------------------
* Display basic help information when no plugins are loaded (`#268 <https://github.com/ros-visualization/rqt/issues/268>`_)
* Contributors: Michael Jeronimo

1.1.3 (2022-04-05)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rqt_gui/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>rqt_gui</name>
<version>1.1.3</version>
<version>1.2.0</version>
<description>rqt_gui provides the main to start an instance of the ROS integrated graphical user interface provided by qt_gui.</description>
<maintainer email="[email protected]">Michael Jeronimo</maintainer>
<license>BSD</license>
Expand Down
2 changes: 1 addition & 1 deletion rqt_gui/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package_name = 'rqt_gui'
setup(
name=package_name,
version='1.1.3',
version='1.2.0',
package_dir={'': 'src'},
packages=['rqt_gui'],
data_files=[
Expand Down
3 changes: 3 additions & 0 deletions rqt_gui_cpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rqt_gui_cpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.0 (2022-05-10)
------------------

1.1.3 (2022-04-05)
------------------
* Install includes to include\${PROJECT_NAME} (`#258 <https://github.com/ros-visualization/rqt/issues/258>`_)
Expand Down
2 changes: 1 addition & 1 deletion rqt_gui_cpp/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>rqt_gui_cpp</name>
<version>1.1.3</version>
<version>1.2.0</version>
<description>rqt_gui_cpp enables GUI plugins to use the C++ client library for ROS.</description>
<maintainer email="[email protected]">Michael Jeronimo</maintainer>
<license>BSD</license>
Expand Down
3 changes: 3 additions & 0 deletions rqt_gui_py/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rqt_gui_py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.0 (2022-05-10)
------------------

1.1.3 (2022-04-05)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rqt_gui_py/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>rqt_gui_py</name>
<version>1.1.3</version>
<version>1.2.0</version>
<description>rqt_gui_py enables GUI plugins to use the Python client library for ROS.</description>
<maintainer email="[email protected]">Michael Jeronimo</maintainer>
<license>BSD</license>
Expand Down
2 changes: 1 addition & 1 deletion rqt_gui_py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package_name = 'rqt_gui_py'
setup(
name=package_name,
version='1.1.3',
version='1.2.0',
package_dir={'': 'src'},
packages=['rqt_gui_py'],
data_files=[
Expand Down
3 changes: 3 additions & 0 deletions rqt_py_common/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rqt_py_common
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.0 (2022-05-10)
------------------

1.1.3 (2022-04-05)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rqt_py_common/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="3">
<name>rqt_py_common</name>
<version>1.1.3</version>
<version>1.2.0</version>
<description>
rqt_py_common provides common functionality for rqt plugins written in Python.
Despite no plugin is provided, this package is part of the rqt_common_plugins
Expand Down

0 comments on commit 302a2ea

Please sign in to comment.