Skip to content

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garyservin committed Feb 29, 2024
1 parent 1f88b15 commit cf2a3d9
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 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
-----------
0.13.0 (2024-02-29)
-------------------
* rosapi hotdog python3
My understading is that Hotdog should be exclusively Python3. The rosapi node is launched during Vector bringup, and as far as I've been able to test, the simple change proposed here is sufficient. Please DO NOT MERGE this, this is only meant to start a conversation, but further analysis is needed.
* Contributors: nickovaras
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="2">
<name>rosapi</name>
<version>0.12.0</version>
<version>0.13.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
-----------
0.13.0 (2024-02-29)
-------------------

0.12.0 (2023-02-22)
-------------------
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="2">
<name>rosbridge_library</name>
<version>0.12.0</version>
<version>0.13.0</version>
<description>
The core rosbridge package, repsonsible 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
-----------
0.13.0 (2024-02-29)
-------------------

0.12.0 (2023-02-22)
-------------------
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="2">
<name>rosbridge_msgs</name>
<version>0.12.0</version>
<version>0.13.0</version>
<description>Package containing message files</description>

<maintainer email="[email protected]">Hans-Joachim Krauch</maintainer>
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
-----------
0.13.0 (2024-02-29)
-------------------

0.12.0 (2023-02-22)
-------------------
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>0.12.0</version>
<version>0.13.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
-----------
0.13.0 (2024-02-29)
-------------------

0.12.0 (2023-02-22)
-------------------
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>0.12.0</version>
<version>0.13.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

0 comments on commit cf2a3d9

Please sign in to comment.