From a1fa5c7cfbe114929c549dc8964df50e57eed486 Mon Sep 17 00:00:00 2001 From: Marko Durkovic Date: Tue, 17 May 2022 23:57:30 +0200 Subject: [PATCH] Release 0.9.11 --- CHANGES.rst | 5 +++++ setup.cfg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 387885d9..1341603a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,11 @@ Changes ======= +0.9.11 - 2022-05-17 +------------------- +- Report start_time and end_time on empty bags + + 0.9.10 - 2022-05-04 ------------------- - Add support for multiple type stores diff --git a/setup.cfg b/setup.cfg index 3924f7ed..4c2ea9cd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = rosbags -version = 0.9.10 +version = 0.9.11 author = Ternaris author_email = team@ternaris.com home_page = https://gitlab.com/ternaris/rosbags