From c9bd6ebbc02d14dff16883481aa101e9116bf898 Mon Sep 17 00:00:00 2001 From: Marko Durkovic Date: Thu, 25 Nov 2021 14:41:31 +0100 Subject: [PATCH] Release 0.9.8 --- CHANGES.rst | 6 ++++++ setup.cfg | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index acb378a9..7a4ae92b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,11 @@ Changes ======= +0.9.8 - 2021-11-25 +------------------ +- Support bool and float constants in msg files + + 0.9.7 - 2021-11-09 ------------------ - Fix parsing of const fields with string value @@ -10,6 +15,7 @@ Changes - Make packages PEP561 compliant - Parse msg bounded fields and default values + 0.9.6 - 2021-10-04 ------------------ - Do not match msg separator as constant value diff --git a/setup.cfg b/setup.cfg index 06a203f3..6ab57634 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = rosbags -version = 0.9.7 +version = 0.9.8 author = Ternaris author_email = team@ternaris.com home_page = https://gitlab.com/ternaris/rosbags