greenhouse/CHANGES.rst

29 lines
679 B
ReStructuredText
Raw Normal View History

2021-05-02 14:43:01 +02:00
.. _changes:
Changes
=======
2021-07-08 09:29:44 +02:00
0.9.2 - 2021-07-08
------------------
- Support relative type references in msg files
2021-07-03 17:33:03 +02:00
0.9.1 - 2021-07-05
------------------
- Use half-open intervals for time ranges
- Create appropriate QoS profiles for latched topics in converted bags
- Fix return value tuple order of messages() in documentation `#2`_
- Add type hints to message classes
- Remove non-default ROS2 message types
- Support multi-line comments in idl files
- Fix parsing of msg files on non-POSIX platforms `#4`_
.. _#2: https://gitlab.com/ternaris/rosbags/issues/2
.. _#4: https://gitlab.com/ternaris/rosbags/issues/4
2021-05-16 16:27:43 +02:00
0.9.0 - 2021-05-16
------------------
- Initial Release