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