Skip to content

Commit 5d12820

Browse files
committed
2.5.0
1 parent 9df53d8 commit 5d12820

File tree

14 files changed

+21
-21
lines changed

14 files changed

+21
-21
lines changed

rosapi/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
2.5.0 (2026-03-02)
6+
------------------
77

88
2.4.2 (2025-11-20)
99
------------------

rosapi/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>rosapi</name>
4-
<version>2.4.2</version>
4+
<version>2.5.0</version>
55
<description>
66
Provides services for getting various ROS meta-information, including ROS topic, services, interfaces or
77
action servers and managing ROS parameters.

rosapi_msgs/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package rosapi_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.5.0 (2026-03-02)
6+
------------------
77

88
2.4.2 (2025-11-20)
99
------------------

rosapi_msgs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>rosapi_msgs</name>
4-
<version>2.4.2</version>
4+
<version>2.5.0</version>
55
<description>Interface definitions for rosapi package.</description>
66

77
<license>BSD</license>

rosbridge_library/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
2.5.0 (2026-03-02)
6+
------------------
77
* fix: numpy.ndarray not handled in CBOR serialization (backport `#1161 <https://github.com/RobotWebTools/rosbridge_suite/issues/1161>`_) (`#1162 <https://github.com/RobotWebTools/rosbridge_suite/issues/1162>`_)
88
* fix: Handle action rejection and server timeout (backport `#1139 <https://github.com/RobotWebTools/rosbridge_suite/issues/1139>`_) (`#1154 <https://github.com/RobotWebTools/rosbridge_suite/issues/1154>`_)
99
* fix: Failing service and subscription tests (backport `#1147 <https://github.com/RobotWebTools/rosbridge_suite/issues/1147>`_) (`#1151 <https://github.com/RobotWebTools/rosbridge_suite/issues/1151>`_)

rosbridge_library/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>rosbridge_library</name>
4-
<version>2.4.2</version>
4+
<version>2.5.0</version>
55
<description>
66
The core rosbridge package, responsible for interpreting JSON and performing the appropriate
77
ROS action, like subscribe, publish, call service, and interact with params.

rosbridge_msgs/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
2.5.0 (2026-03-02)
6+
------------------
77

88
2.4.2 (2025-11-20)
99
------------------

rosbridge_msgs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>rosbridge_msgs</name>
4-
<version>2.4.2</version>
4+
<version>2.5.0</version>
55
<description>Interface definitions for the rosbridge library.</description>
66

77
<author email="achim@intermodalics.eu">Hans-Joachim Krauch</author>

rosbridge_server/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
2.5.0 (2026-03-02)
6+
------------------
77
* fix: Reduce idle CPU consumption of websocket server (backport `#1040 <https://github.com/RobotWebTools/rosbridge_suite/issues/1040>`_) (`#1153 <https://github.com/RobotWebTools/rosbridge_suite/issues/1153>`_)
88
* Contributors: Błażej Sowa
99

rosbridge_server/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>rosbridge_server</name>
4-
<version>2.4.2</version>
4+
<version>2.5.0</version>
55
<description>A WebSocket interface to rosbridge.</description>
66

77
<license>BSD</license>

0 commit comments

Comments
 (0)