Skip to content

Commit

Permalink
Release 0.7.9 (#315)
Browse files Browse the repository at this point in the history
### Changelog
* Fix parsing of IDL message definitions (#313)
* Support publishing client message as loaned message (#314)
* fix: remove extra ";" in websocket_server.hpp (#311)
* Fix rolling smoke tests crashing (#309)
  • Loading branch information
achim-k authored Jul 5, 2024
1 parent b6c5022 commit 9bc3020
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package foxglove_bridge
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.7.9 (2024-07-05)
------------------
* Fix parsing of IDL message definitions (`#313 <https://github.com/foxglove/ros-foxglove-bridge/issues/313>`_)
* Support publishing client message as loaned message (`#314 <https://github.com/foxglove/ros-foxglove-bridge/issues/314>`_)
* fix: remove extra ";" in websocket_server.hpp (`#311 <https://github.com/foxglove/ros-foxglove-bridge/issues/311>`_)
* Fix rolling smoke tests crashing (`#309 <https://github.com/foxglove/ros-foxglove-bridge/issues/309>`_)
* Contributors: Andrey Milko, Hans-Joachim Krauch

0.7.8 (2024-06-11)
------------------
* Fix srv definition parsing failing due to carriage return (`#303 <https://github.com/foxglove/ros-foxglove-bridge/issues/303>`_)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if(POLICY CMP0024)
set(CMAKE_POLICY_DEFAULT_CMP0024 NEW)
endif()

project(foxglove_bridge LANGUAGES CXX VERSION 0.7.8)
project(foxglove_bridge LANGUAGES CXX VERSION 0.7.9)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>foxglove_bridge</name>
<version>0.7.8</version>
<version>0.7.9</version>
<description>ROS Foxglove Bridge</description>
<license>MIT</license>
<url type="website">https://github.com/foxglove/ros-foxglove-bridge</url>
Expand Down

0 comments on commit 9bc3020

Please sign in to comment.