Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Jan 26, 2024
1 parent d6f18b0 commit c8a4025
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog for package plotjuggler
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Fix issue #924: crash when loading rosbag with std_msgs/Empty
* Allow ZMQ plugin to work as server
* Link against Abseil for macOS builds & improve macOS compile docs `#845 <https://github.com/facontidavide/PlotJuggler/issues/845>`_ (`#905 <https://github.com/facontidavide/PlotJuggler/issues/905>`_)
* PlotJuggler with Fast-CDR-2.x.x (`#920 <https://github.com/facontidavide/PlotJuggler/issues/920>`_)
* fix issue in CSV `#926 <https://github.com/facontidavide/PlotJuggler/issues/926>`_
* attempt to match ambiguous ros msg within package before using external known type (`#922 <https://github.com/facontidavide/PlotJuggler/issues/922>`_)
* Contributors: Davide Faconti, Manuel Valch, Will MacCormack, rugged-robotics

3.8.9 (2024-01-24)
------------------
* fix bug `#924 <https://github.com/facontidavide/PlotJuggler/issues/924>`_ (messages with no fields)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# cmake version constrained by Ubuntu 20.04
cmake_minimum_required(VERSION 3.16.3)

PROJECT(plotjuggler LANGUAGES C CXX VERSION 3.8.9)
PROJECT(plotjuggler LANGUAGES C CXX VERSION 3.8.10)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit c8a4025

Please sign in to comment.