Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbandes committed May 20, 2022
1 parent 95d6577 commit eddd2d8
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions rosapi/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rosapi
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.2.0 (2022-05-20)
------------------
* Added `/rosapi/get_ros_version` service (`#708 <https://github.com/RobotWebTools/rosbridge_suite/issues/708>`_)
* Fixed node name collision with websocket launch file (`#707 <https://github.com/RobotWebTools/rosbridge_suite/issues/707>`_)
* Contributors: Jacob Bandes-Storch, Kedus Mathewos, rob-clarke
Expand Down
2 changes: 1 addition & 1 deletion rosapi/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>rosapi</name>
<version>1.1.2</version>
<version>1.2.0</version>
<description>
Provides service calls for getting ros meta-information, like list of
topics, services, params, etc.
Expand Down
4 changes: 2 additions & 2 deletions rosapi_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rosapi_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.2.0 (2022-05-20)
------------------
* Added `/rosapi/get_ros_version` service (`#708 <https://github.com/RobotWebTools/rosbridge_suite/issues/708>`_)
* Contributors: Jacob Bandes-Storch, Kedus Mathewos

Expand Down
2 changes: 1 addition & 1 deletion rosapi_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>rosapi_msgs</name>
<version>1.1.2</version>
<version>1.2.0</version>
<description>
Provides service calls for getting ros meta-information, like list of
topics, services, params, etc.
Expand Down
4 changes: 2 additions & 2 deletions rosbridge_library/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rosbridge_library
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.2.0 (2022-05-20)
------------------
* Fixed float arrays conversion (`#730 <https://github.com/RobotWebTools/rosbridge_suite/issues/730>`_)
* Fixed multiple subscriber on transient_local topic (`#723 <https://github.com/RobotWebTools/rosbridge_suite/issues/723>`_)
* Fix translation of time and time arrays (`#691 <https://github.com/RobotWebTools/rosbridge_suite/issues/691>`_)
Expand Down
2 changes: 1 addition & 1 deletion rosbridge_library/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>rosbridge_library</name>
<version>1.1.2</version>
<version>1.2.0</version>
<description>
The core rosbridge package, responsible for interpreting JSON andperforming
the appropriate ROS action, like subscribe, publish, call service, and
Expand Down
4 changes: 2 additions & 2 deletions rosbridge_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rosbridge_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.2.0 (2022-05-20)
------------------

1.1.2 (2022-01-03)
------------------
Expand Down
2 changes: 1 addition & 1 deletion rosbridge_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>rosbridge_msgs</name>
<version>1.1.2</version>
<version>1.2.0</version>
<description>Package containing message files</description>

<author email="[email protected]">Hans-Joachim Krauch</author>
Expand Down
4 changes: 2 additions & 2 deletions rosbridge_server/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rosbridge_server
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.2.0 (2022-05-20)
------------------
* Fixed multiple subscriber on transient_local topic (`#723 <https://github.com/RobotWebTools/rosbridge_suite/issues/723>`_)
* use uuid to ensure client id uniqueness (`#713 <https://github.com/RobotWebTools/rosbridge_suite/issues/713>`_)
* Contributors: Jacob Bandes-Storch, Will, p0rys
Expand Down
2 changes: 1 addition & 1 deletion rosbridge_server/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>rosbridge_server</name>
<version>1.1.2</version>
<version>1.2.0</version>
<description>A WebSocket interface to rosbridge.</description>

<license>BSD</license>
Expand Down
4 changes: 2 additions & 2 deletions rosbridge_suite/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rosbridge_suite
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.2.0 (2022-05-20)
------------------

1.1.2 (2022-01-03)
------------------
Expand Down
2 changes: 1 addition & 1 deletion rosbridge_suite/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>rosbridge_suite</name>
<version>1.1.2</version>
<version>1.2.0</version>
<description>
Rosbridge provides a JSON API to ROS functionality for non-ROS programs.
There are a variety of front ends that interface with rosbridge, including
Expand Down
4 changes: 2 additions & 2 deletions rosbridge_test_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rosbridge_test_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.2.0 (2022-05-20)
------------------

1.1.2 (2022-01-03)
------------------
Expand Down
2 changes: 1 addition & 1 deletion rosbridge_test_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>rosbridge_test_msgs</name>
<version>1.1.2</version>
<version>1.2.0</version>
<description>
Message and service definitions used in internal tests for rosbridge packages.
</description>
Expand Down

0 comments on commit eddd2d8

Please sign in to comment.