Release 0.9.1
This commit is contained in:
parent
44a9c606b2
commit
3d694b20f6
14
CHANGES.rst
14
CHANGES.rst
@ -3,6 +3,20 @@
|
|||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
0.9.0 - 2021-05-16
|
0.9.0 - 2021-05-16
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = rosbags
|
name = rosbags
|
||||||
version = 0.9.0
|
version = 0.9.1
|
||||||
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