Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Nov 23, 2023
1 parent 63ed594 commit affe7dd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions data_tamer/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package data_tamer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
@ add back compatibility to data_tamer_parser
* works correctly with plotjuggler
* fix ROS2 compilation
* Contributors: Davide Faconti

0.5.0 (2023-11-22)
------------------
* preliminary custom type support
Expand Down
2 changes: 1 addition & 1 deletion data_tamer/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 VERSION 0.5.0)
project(data_tamer VERSION 0.6.0)

set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
Expand Down
2 changes: 1 addition & 1 deletion data_tamer/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class DataTamerConan(ConanFile):
name = "data_tamer"
version = "0.5.0"
version = "0.6.0"
package_type = "library"
url = "https://github.com/facontidavide/data_tamer"
license = "MIT"
Expand Down
6 changes: 6 additions & 0 deletions data_tamer_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package data_tamer_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* works correctly with plotjuggler
* fix ROS2 compilation
* Contributors: Davide Faconti

0.5.0 (2023-11-22)
------------------

Expand Down

0 comments on commit affe7dd

Please sign in to comment.