Release 0.9.7

This commit is contained in:
Marko Durkovic 2021-11-09 12:34:39 +01:00
parent aaa9969856
commit ac704bd890
2 changed files with 10 additions and 1 deletions

View File

@ -3,14 +3,23 @@
Changes Changes
======= =======
0.9.7 - 2021-11-09
------------------
- Fix parsing of const fields with string value
- Parse empty msg definitions
- Make packages PEP561 compliant
- Parse msg bounded fields and default values
0.9.6 - 2021-10-04 0.9.6 - 2021-10-04
------------------ ------------------
- Do not match msg separator as constant value - Do not match msg separator as constant value
0.9.5 - 2021-10-04 0.9.5 - 2021-10-04
------------------ ------------------
- Add string constant support to msg parser - Add string constant support to msg parser
0.9.4 - 2021-09-15 0.9.4 - 2021-09-15
------------------ ------------------
- Make reader1 API match reader2 - Make reader1 API match reader2

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = rosbags name = rosbags
version = 0.9.6 version = 0.9.7
author = Ternaris author = Ternaris
author_email = team@ternaris.com author_email = team@ternaris.com
home_page = https://gitlab.com/ternaris/rosbags home_page = https://gitlab.com/ternaris/rosbags