Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed May 8, 2024
1 parent e3ec836 commit 047326d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
Changelog for package plotjuggler
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Save NlohmannParser (JSON) settings (`#971 <https://github.com/facontidavide/PlotJuggler/issues/971>`_)
* Fix infinite streaming buffer regression (`#953 <https://github.com/facontidavide/PlotJuggler/issues/953>`_)
Co-authored-by: paul <paul@WorkLaptop>
* fix warning and includes
* updated fastcdr
* Added support for empty messages (`#960 <https://github.com/facontidavide/PlotJuggler/issues/960>`_)
* add a parser for the Line Protocol (InfluxDB)
* Fixed the value dereference for ULog information messages (`#946 <https://github.com/facontidavide/PlotJuggler/issues/946>`_)
* adding pre-commit check in CI
* fmt updated to 10.2.1
* apply clang format and move PlotJuggler/fmt
* moved KissFFT
* pre-commit
* Contributors: Davide Faconti, Declan Mullen, Jonathan, Michel Jansson, Paul, ubaldot

3.9.1 (2024-02-20)
------------------
* embed zstd 1.5.5
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10.2)

PROJECT(plotjuggler LANGUAGES C CXX VERSION 3.9.1)
PROJECT(plotjuggler LANGUAGES C CXX VERSION 3.9.2)

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

0 comments on commit 047326d

Please sign in to comment.