diff --git a/CHANGES.rst b/CHANGES.rst index e42544be..a899f606 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,15 @@ Changes ======= +0.9.14 - 2023-01-12 +------------------- +- Fix reader example in README `#40`_ +- Flush decompressed files rosbag2.Reader +- Advertise Python 3.11 compatibility + +.. _#40: https://gitlab.com/ternaris/rosbags/issues/40 + + 0.9.13 - 2022-09-23 ------------------- - Fix parsing of comments in message definitions `#31`_ diff --git a/setup.cfg b/setup.cfg index a628095a..cf214f18 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = rosbags -version = 0.9.13 +version = 0.9.14 author = Ternaris author_email = team@ternaris.com home_page = https://gitlab.com/ternaris/rosbags