Release 0.9.8
This commit is contained in:
parent
18983868c6
commit
c9bd6ebbc0
@ -3,6 +3,11 @@
|
|||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
0.9.8 - 2021-11-25
|
||||||
|
------------------
|
||||||
|
- Support bool and float constants in msg files
|
||||||
|
|
||||||
|
|
||||||
0.9.7 - 2021-11-09
|
0.9.7 - 2021-11-09
|
||||||
------------------
|
------------------
|
||||||
- Fix parsing of const fields with string value
|
- Fix parsing of const fields with string value
|
||||||
@ -10,6 +15,7 @@ Changes
|
|||||||
- Make packages PEP561 compliant
|
- Make packages PEP561 compliant
|
||||||
- Parse msg bounded fields and default values
|
- 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
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = rosbags
|
name = rosbags
|
||||||
version = 0.9.7
|
version = 0.9.8
|
||||||
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user