Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Feb 1, 2024
1 parent f2cbed0 commit 09ea588
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions data_tamer_cpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package data_tamer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* add std::hash<DataTamer::RegistrationID>
* fix dead-lock
* Contributors: Davide Faconti

0.9.2 (2024-01-30)
------------------
* fix compilation in ament
Expand Down
2 changes: 1 addition & 1 deletion data_tamer_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.14)

project(data_tamer_cpp VERSION 0.9.2)
project(data_tamer_cpp VERSION 0.9.3)

set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
Expand Down
3 changes: 3 additions & 0 deletions data_tamer_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package data_tamer_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

0.9.2 (2024-01-30)
------------------

Expand Down

0 comments on commit 09ea588

Please sign in to comment.