Skip to content

Commit

Permalink
0.23.0 (#1309)
Browse files Browse the repository at this point in the history
Signed-off-by: Yadunund <yadunund@openrobotics.org>
  • Loading branch information
Yadunund committed Apr 29, 2023
1 parent 1821676 commit 6f373bb
Show file tree
Hide file tree
Showing 48 changed files with 94 additions and 25 deletions.
3 changes: 3 additions & 0 deletions mcap_vendor/CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@
Changelog for package mcap_vendor
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.23.0 (2023-04-28)
-------------------

0.22.0 (2023-04-18)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion mcap_vendor/package.xml
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>mcap_vendor</name>
<version>0.22.0</version>
<version>0.23.0</version>
<description>mcap vendor package</description>
<maintainer email="ros-tooling@foxglove.dev">Foxglove</maintainer>
<maintainer email="michael.orlov@apex.ai">Michael Orlov</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions ros2bag/CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@
Changelog for package ros2bag
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.23.0 (2023-04-28)
-------------------

0.22.0 (2023-04-18)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion ros2bag/package.xml
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ros2bag</name>
<version>0.22.0</version>
<version>0.23.0</version>
<description>
Entry point for rosbag in ROS 2
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2bag/setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.22.0',
version='0.23.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
3 changes: 3 additions & 0 deletions rosbag2/CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosbag2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.23.0 (2023-04-28)
-------------------

0.22.0 (2023-04-18)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion rosbag2/package.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>rosbag2</name>
<version>0.22.0</version>
<version>0.23.0</version>
<description>Meta package for rosbag2 related packages</description>
<maintainer email="michael.orlov@apex.ai">Michael Orlov</maintainer>
<maintainer email="geoff@openrobotics.org">Geoffrey Biggs</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions rosbag2_compression/CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosbag2_compression
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.23.0 (2023-04-28)
-------------------

0.22.0 (2023-04-18)
-------------------
* Add message definition read API (`#1292 <https://github.com/ros2/rosbag2/issues/1292>`_)
Expand Down
2 changes: 1 addition & 1 deletion rosbag2_compression/package.xml
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>rosbag2_compression</name>
<version>0.22.0</version>
<version>0.23.0</version>
<description>Compression implementations for rosbag2 bags and messages.</description>
<maintainer email="michael.orlov@apex.ai">Michael Orlov</maintainer>
<maintainer email="geoff@openrobotics.org">Geoffrey Biggs</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions rosbag2_compression_zstd/CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosbag2_compression_zstd
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.23.0 (2023-04-28)
-------------------

0.22.0 (2023-04-18)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion rosbag2_compression_zstd/package.xml
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosbag2_compression_zstd</name>
<version>0.22.0</version>
<version>0.23.0</version>
<description>Zstandard compression library implementation of rosbag2_compression</description>
<maintainer email="michael.orlov@apex.ai">Michael Orlov</maintainer>
<maintainer email="geoff@openrobotics.org">Geoffrey Biggs</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions rosbag2_cpp/CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosbag2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.23.0 (2023-04-28)
-------------------

0.22.0 (2023-04-18)
-------------------
* Add type_hash in MessageDefinition struct (`#1296 <https://github.com/ros2/rosbag2/issues/1296>`_)
Expand Down
2 changes: 1 addition & 1 deletion rosbag2_cpp/package.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>rosbag2_cpp</name>
<version>0.22.0</version>
<version>0.23.0</version>
<description>C++ ROSBag2 client library</description>
<maintainer email="michael.orlov@apex.ai">Michael Orlov</maintainer>
<maintainer email="geoff@openrobotics.org">Geoffrey Biggs</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions rosbag2_examples/rosbag2_examples_cpp/CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosbag2_examples_cpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.23.0 (2023-04-28)
-------------------

0.22.0 (2023-04-18)
-------------------
* rosbag2_storage: add type description hash to topic metadata (`#1272 <https://github.com/ros2/rosbag2/issues/1272>`_)
Expand Down
2 changes: 1 addition & 1 deletion rosbag2_examples/rosbag2_examples_cpp/package.xml
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosbag2_examples_cpp</name>
<version>0.22.0</version>
<version>0.23.0</version>
<description>rosbag2 C++ API tutorials and examples</description>
<maintainer email="michael.orlov@apex.ai">Michael Orlov</maintainer>
<maintainer email="gbiggs@killbots.net">geoff</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions rosbag2_examples/rosbag2_examples_py/CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosbag2_examples_py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.23.0 (2023-04-28)
-------------------

0.22.0 (2023-04-18)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion rosbag2_examples/rosbag2_examples_py/package.xml
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosbag2_examples_py</name>
<version>0.22.0</version>
<version>0.23.0</version>
<description>Python bag writing tutorial</description>
<maintainer email="gbiggs@killbots.net">geoff</maintainer>
<license>Apache License 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion rosbag2_examples/rosbag2_examples_py/setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name=package_name,
version='0.22.0',
version='0.23.0',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
3 changes: 3 additions & 0 deletions rosbag2_interfaces/CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosbag2_interfaces
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.23.0 (2023-04-28)
-------------------

0.22.0 (2023-04-18)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion rosbag2_interfaces/package.xml
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosbag2_interfaces</name>
<version>0.22.0</version>
<version>0.23.0</version>
<description>Interface definitions for controlling rosbag2</description>
<maintainer email="michael.orlov@apex.ai">Michael Orlov</maintainer>
<maintainer email="geoff@openrobotics.org">Geoffrey Biggs</maintainer>
Expand Down
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosbag2_performance_benchmarking
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.23.0 (2023-04-28)
-------------------

0.22.0 (2023-04-18)
-------------------
* Add tests for rosbag2_performance_benchmarking pkg (`#1268 <https://github.com/ros2/rosbag2/issues/1268>`_)
Expand Down
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosbag2_performance_benchmarking</name>
<version>0.22.0</version>
<version>0.23.0</version>
<description>Code to benchmark rosbag2</description>
<maintainer email="michael.orlov@apex.ai">Michael Orlov</maintainer>
<maintainer email="geoff@openrobotics.org">Geoffrey Biggs</maintainer>
Expand Down
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosbag2_performance_benchmarking_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.23.0 (2023-04-28)
-------------------

0.22.0 (2023-04-18)
-------------------
* Add tests for rosbag2_performance_benchmarking pkg (`#1268 <https://github.com/ros2/rosbag2/issues/1268>`_)
Expand Down
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosbag2_performance_benchmarking_msgs</name>
<version>0.22.0</version>
<version>0.23.0</version>
<description>A package containing rosbag2 performance benchmarking specific messages.</description>
<maintainer email="ros-tooling@googlegroups.com">ROS Tooling Working Group</maintainer>
<maintainer email="adam.dabrowski@robotec.ai">Adam Dabrowski</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions rosbag2_py/CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosbag2_py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.23.0 (2023-04-28)
-------------------

0.22.0 (2023-04-18)
-------------------
* Add type_hash in MessageDefinition struct (`#1296 <https://github.com/ros2/rosbag2/issues/1296>`_)
Expand Down
2 changes: 1 addition & 1 deletion rosbag2_py/package.xml
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosbag2_py</name>
<version>0.22.0</version>
<version>0.23.0</version>
<description>Python API for rosbag2</description>
<maintainer email="michael.orlov@apex.ai">Michael Orlov</maintainer>
<maintainer email="geoff@openrobotics.org">Geoffrey Biggs</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions rosbag2_storage/CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosbag2_storage
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.23.0 (2023-04-28)
-------------------

0.22.0 (2023-04-18)
-------------------
* Add type_hash in MessageDefinition struct (`#1296 <https://github.com/ros2/rosbag2/issues/1296>`_)
Expand Down
2 changes: 1 addition & 1 deletion rosbag2_storage/package.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>rosbag2_storage</name>
<version>0.22.0</version>
<version>0.23.0</version>
<description>ROS2 independent storage format to store serialized ROS2 messages</description>
<maintainer email="michael.orlov@apex.ai">Michael Orlov</maintainer>
<maintainer email="geoff@openrobotics.org">Geoffrey Biggs</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions rosbag2_storage_default_plugins/CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosbag2_storage_default_plugins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.23.0 (2023-04-28)
-------------------

0.22.0 (2023-04-18)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion rosbag2_storage_default_plugins/package.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>rosbag2_storage_default_plugins</name>
<version>0.22.0</version>
<version>0.23.0</version>
<description>Intermediate metapackage to point at default storage plugin(s) for rosbag2</description>
<maintainer email="michael.orlov@apex.ai">Michael Orlov</maintainer>
<maintainer email="geoff@openrobotics.org">Geoffrey Biggs</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions rosbag2_storage_mcap/CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosbag2_storage_mcap
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.23.0 (2023-04-28)
-------------------

0.22.0 (2023-04-18)
-------------------
* Add type_hash in MessageDefinition struct (`#1296 <https://github.com/ros2/rosbag2/issues/1296>`_)
Expand Down
2 changes: 1 addition & 1 deletion rosbag2_storage_mcap/package.xml
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosbag2_storage_mcap</name>
<version>0.22.0</version>
<version>0.23.0</version>
<description>rosbag2 storage plugin using the MCAP file format</description>
<maintainer email="ros-tooling@foxglove.dev">Foxglove</maintainer>
<maintainer email="michael.orlov@apex.ai">Michael Orlov</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions rosbag2_storage_sqlite3/CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosbag2_storage_default_plugins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.23.0 (2023-04-28)
-------------------

0.22.0 (2023-04-18)
-------------------
* Add type_hash in MessageDefinition struct (`#1296 <https://github.com/ros2/rosbag2/issues/1296>`_)
Expand Down
2 changes: 1 addition & 1 deletion rosbag2_storage_sqlite3/package.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>rosbag2_storage_sqlite3</name>
<version>0.22.0</version>
<version>0.23.0</version>
<description>ROSBag2 SQLite3 storage plugin</description>
<maintainer email="michael.orlov@apex.ai">Michael Orlov</maintainer>
<maintainer email="geoff@openrobotics.org">Geoffrey Biggs</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions rosbag2_test_common/CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosbag2_test_common
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.23.0 (2023-04-28)
-------------------

0.22.0 (2023-04-18)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion rosbag2_test_common/package.xml
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>rosbag2_test_common</name>
<version>0.22.0</version>
<version>0.23.0</version>
<description>Commonly used test helper classes and fixtures for rosbag2</description>
<maintainer email="michael.orlov@apex.ai">Michael Orlov</maintainer>
<maintainer email="geoff@openrobotics.org">Geoffrey Biggs</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions rosbag2_test_msgdefs/CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosbag2_test_msgdefs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.23.0 (2023-04-28)
-------------------

0.22.0 (2023-04-18)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion rosbag2_test_msgdefs/package.xml
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosbag2_test_msgdefs</name>
<version>0.22.0</version>
<version>0.23.0</version>
<description>message definition test fixtures for rosbag2 schema recording</description>
<maintainer email="ros-tooling@foxglove.dev">Foxglove</maintainer>
<maintainer email="michael.orlov@apex.ai">Michael Orlov</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions rosbag2_tests/CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosbag2_tests
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.23.0 (2023-04-28)
-------------------

0.22.0 (2023-04-18)
-------------------
* Add type_hash in MessageDefinition struct (`#1296 <https://github.com/ros2/rosbag2/issues/1296>`_)
Expand Down
2 changes: 1 addition & 1 deletion rosbag2_tests/package.xml
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>rosbag2_tests</name>
<version>0.22.0</version>
<version>0.23.0</version>
<description>Tests package for rosbag2</description>
<maintainer email="michael.orlov@apex.ai">Michael Orlov</maintainer>
<maintainer email="geoff@openrobotics.org">Geoffrey Biggs</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions rosbag2_transport/CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosbag2_transport
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.23.0 (2023-04-28)
-------------------

0.22.0 (2023-04-18)
-------------------
* Read message definitions from input files in bag_rewrite (`#1295 <https://github.com/ros2/rosbag2/issues/1295>`_)
Expand Down
2 changes: 1 addition & 1 deletion rosbag2_transport/package.xml
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>rosbag2_transport</name>
<version>0.22.0</version>
<version>0.23.0</version>
<description>Layer encapsulating ROS middleware to allow rosbag2 to be used with or without middleware</description>
<maintainer email="michael.orlov@apex.ai">Michael Orlov</maintainer>
<maintainer email="geoff@openrobotics.org">Geoffrey Biggs</maintainer>
Expand Down

0 comments on commit 6f373bb

Please sign in to comment.