Skip to content

Commit

Permalink
Release/0.11.16 (#816)
Browse files Browse the repository at this point in the history
* update changelogs

* 0.11.16
  • Loading branch information
achim-k authored Oct 18, 2022
1 parent 216143f commit b0d0d71
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 5 deletions.
5 changes: 5 additions & 0 deletions rosapi/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rosapi
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.11.16 (2022-10-18)
--------------------
* Bump minimum required cmake version. (`#814 <https://github.com/RobotWebTools/rosbridge_suite/issues/814>`_)
* Contributors: Hans-Joachim Krauch

0.11.15 (2022-10-06)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion rosapi/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosapi</name>
<version>0.11.15</version>
<version>0.11.16</version>
<description>
Provides service calls for getting ros meta-information, like list of
topics, services, params, etc.
Expand Down
6 changes: 6 additions & 0 deletions rosbridge_library/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package rosbridge_library
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.11.16 (2022-10-18)
--------------------
* Bump minimum required cmake version. (`#814 <https://github.com/RobotWebTools/rosbridge_suite/issues/814>`_)
* Fix send_message being called with wrong arguments. (`#812 <https://github.com/RobotWebTools/rosbridge_suite/issues/812>`_)
* Contributors: Hans-Joachim Krauch

0.11.15 (2022-10-06)
--------------------
* Remove unnecessary checking of topic globs. (`#793 <https://github.com/RobotWebTools/rosbridge_suite/issues/793>`_)
Expand Down
2 changes: 1 addition & 1 deletion rosbridge_library/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosbridge_library</name>
<version>0.11.15</version>
<version>0.11.16</version>
<description>
The core rosbridge package, responsible for interpreting JSON and performing
the appropriate ROS action, like subscribe, publish, call service, and
Expand Down
5 changes: 5 additions & 0 deletions rosbridge_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rosbridge_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.11.16 (2022-10-18)
--------------------
* Bump minimum required cmake version. (`#814 <https://github.com/RobotWebTools/rosbridge_suite/issues/814>`_)
* Contributors: Hans-Joachim Krauch

0.11.15 (2022-10-06)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion rosbridge_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosbridge_msgs</name>
<version>0.11.15</version>
<version>0.11.16</version>
<description>Package containing message files</description>

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

0.11.16 (2022-10-18)
--------------------
* Bump minimum required cmake version. (`#814 <https://github.com/RobotWebTools/rosbridge_suite/issues/814>`_)
* Fix send_message being called with wrong arguments. (`#812 <https://github.com/RobotWebTools/rosbridge_suite/issues/812>`_)
* Contributors: Hans-Joachim Krauch

0.11.15 (2022-10-06)
--------------------
* Skip unnecessary conversion for cbor/cbor-raw compression (`#792 <https://github.com/RobotWebTools/rosbridge_suite/issues/792>`_)
Expand Down
2 changes: 1 addition & 1 deletion rosbridge_server/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosbridge_server</name>
<version>0.11.15</version>
<version>0.11.16</version>
<description>A WebSocket interface to rosbridge.</description>

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

0.11.16 (2022-10-18)
--------------------
* Bump minimum required cmake version. (`#814 <https://github.com/RobotWebTools/rosbridge_suite/issues/814>`_)
* Contributors: Hans-Joachim Krauch

0.11.15 (2022-10-06)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion rosbridge_suite/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosbridge_suite</name>
<version>0.11.15</version>
<version>0.11.16</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

0 comments on commit b0d0d71

Please sign in to comment.