From 17f4d54449c7c345cf34a447a0b0abb34ce807ad Mon Sep 17 00:00:00 2001 From: Marko Durkovic Date: Wed, 27 Jul 2022 17:28:39 +0200 Subject: [PATCH] Release 0.9.12 --- CHANGES.rst | 9 +++++++++ setup.cfg | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 1341603a..b834c109 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,15 @@ Changes ======= +0.9.12 - 2022-07-27 +------------------- +- Add support for rosbag2 version 6 metadata `#30`_ +- Enable rosbags-convert to exclude topics `#25`_ + +.. _#30: https://gitlab.com/ternaris/rosbags/issues/30 +.. _#25: https://gitlab.com/ternaris/rosbags/issues/25 + + 0.9.11 - 2022-05-17 ------------------- - Report start_time and end_time on empty bags diff --git a/setup.cfg b/setup.cfg index 7324b291..10838a3c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = rosbags -version = 0.9.11 +version = 0.9.12 author = Ternaris author_email = team@ternaris.com home_page = https://gitlab.com/ternaris/rosbags