Skip to content

Commit

Permalink
0.8.1 (foxglove#328)
Browse files Browse the repository at this point in the history
### Changelog
* Improve Error Reporting and Reduce Log Redundancy
(foxglove#327)
  • Loading branch information
rdumas01 authored Nov 26, 2024
1 parent 7f2968f commit 45bd1dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package foxglove_bridge
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.8.1 (2024-11-26)
------------------
* Improve Error Reporting and Reduce Log Redundancy (`#327 <https://github.com/foxglove/ros-foxglove-bridge/issues/327>`_)
* Contributors: Robin Dumas

0.8.0 (2024-07-31)
------------------
* Fix usage of deprecated AsyncParametersClient constructor (`#319 <https://github.com/foxglove/ros-foxglove-bridge/issues/319>`_)
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.8.0)
project(foxglove_bridge LANGUAGES CXX VERSION 0.8.1)

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.8.0</version>
<version>0.8.1</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 45bd1dd

Please sign in to comment.