Skip to content

Commit 7369b80

Browse files
authored
Release 0.11.18 (RobotWebTools#1078)
* Update changelogs * 0.11.18
1 parent 8bbc96d commit 7369b80

10 files changed

Lines changed: 23 additions & 5 deletions

File tree

rosapi/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rosapi
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.11.18 (2025-09-10)
6+
--------------------
7+
58
0.11.17 (2023-09-27)
69
--------------------
710
* fix: topic list crashes if no topics are available (`#869 <https://github.com/RobotWebTools/rosbridge_suite/issues/869>`_)

rosapi/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
66
<name>rosapi</name>
7-
<version>0.11.17</version>
7+
<version>0.11.18</version>
88
<description>
99
Provides service calls for getting ros meta-information, like list of
1010
topics, services, params, etc.

rosbridge_library/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rosbridge_library
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.11.18 (2025-09-10)
6+
--------------------
7+
58
0.11.17 (2023-09-27)
69
--------------------
710

rosbridge_library/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
66
<name>rosbridge_library</name>
7-
<version>0.11.17</version>
7+
<version>0.11.18</version>
88
<description>
99
The core rosbridge package, responsible for interpreting JSON and performing
1010
the appropriate ROS action, like subscribe, publish, call service, and

rosbridge_msgs/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rosbridge_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.11.18 (2025-09-10)
6+
--------------------
7+
58
0.11.17 (2023-09-27)
69
--------------------
710

rosbridge_msgs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
66
<name>rosbridge_msgs</name>
7-
<version>0.11.17</version>
7+
<version>0.11.18</version>
88
<description>Package containing message files</description>
99

1010
<maintainer email="achim@intermodalics.eu">Hans-Joachim Krauch</maintainer>

rosbridge_server/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package rosbridge_server
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.11.18 (2025-09-10)
6+
--------------------
7+
* Fix IP binding of rosbridge_server (`#1047 <https://github.com/RobotWebTools/rosbridge_suite/issues/1047>`_)
8+
* Catch race condition if websocket is closed while messages are in queue (`#1004 <https://github.com/RobotWebTools/rosbridge_suite/issues/1004>`_)
9+
* Contributors: Johnson Lee, jobafr
10+
511
0.11.17 (2023-09-27)
612
--------------------
713

rosbridge_server/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
66
<name>rosbridge_server</name>
7-
<version>0.11.17</version>
7+
<version>0.11.18</version>
88
<description>A WebSocket interface to rosbridge.</description>
99

1010
<license>BSD</license>

rosbridge_suite/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rosbridge_suite
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.11.18 (2025-09-10)
6+
--------------------
7+
58
0.11.17 (2023-09-27)
69
--------------------
710

rosbridge_suite/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
66
<name>rosbridge_suite</name>
7-
<version>0.11.17</version>
7+
<version>0.11.18</version>
88
<description>
99
Rosbridge provides a JSON API to ROS functionality for non-ROS programs.
1010
There are a variety of front ends that interface with rosbridge, including

0 commit comments

Comments
 (0)