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