Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rolling release. #794

Merged
merged 2 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions rosidl_adapter/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosidl_adapter
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

4.5.2 (2024-03-27)
------------------

4.5.1 (2024-02-07)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rosidl_adapter/package.xml
Original file line number Diff line number Diff line change
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>rosidl_adapter</name>
<version>4.5.1</version>
<version>4.5.2</version>
<description>
API and scripts to parse .msg/.srv/.action files and convert them to .idl.
</description>
Expand Down
3 changes: 3 additions & 0 deletions rosidl_cli/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosidl_cli
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

4.5.2 (2024-03-27)
------------------

4.5.1 (2024-02-07)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rosidl_cli/package.xml
Original file line number Diff line number Diff line change
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>rosidl_cli</name>
<version>4.5.1</version>
<version>4.5.2</version>
<description>
Command line tools for ROS interface generation.
</description>
Expand Down
2 changes: 1 addition & 1 deletion rosidl_cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='rosidl_cli',
version='4.5.1',
version='4.5.2',
packages=find_packages(exclude=['test']),
extras_require={
'completion': ['argcomplete'],
Expand Down
5 changes: 5 additions & 0 deletions rosidl_cmake/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rosidl_cmake
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

4.5.2 (2024-03-27)
------------------
* Improve deprecation notice of rosidl_target_interface to give a hint on how to update the code (`#788 <https://github.com/ros2/rosidl/issues/788>`_)
* Contributors: Alexis Paques

4.5.1 (2024-02-07)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rosidl_cmake/package.xml
Original file line number Diff line number Diff line change
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>rosidl_cmake</name>
<version>4.5.1</version>
<version>4.5.2</version>
<description>The CMake functionality to invoke code generation for ROS interface files.</description>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
Expand Down
5 changes: 5 additions & 0 deletions rosidl_generator_c/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rosidl_generator_c
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

4.5.2 (2024-03-27)
------------------
* Set hints to find the python version we actually want. (`#785 <https://github.com/ros2/rosidl/issues/785>`_)
* Contributors: Chris Lalancette

4.5.1 (2024-02-07)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rosidl_generator_c/package.xml
Original file line number Diff line number Diff line change
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>rosidl_generator_c</name>
<version>4.5.1</version>
<version>4.5.2</version>
<description>Generate the ROS interfaces in C.</description>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
Expand Down
5 changes: 5 additions & 0 deletions rosidl_generator_cpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rosidl_generator_cpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

4.5.2 (2024-03-27)
------------------
* Set hints to find the python version we actually want. (`#785 <https://github.com/ros2/rosidl/issues/785>`_)
* Contributors: Chris Lalancette

4.5.1 (2024-02-07)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rosidl_generator_cpp/package.xml
Original file line number Diff line number Diff line change
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>rosidl_generator_cpp</name>
<version>4.5.1</version>
<version>4.5.2</version>
<description>Generate the ROS interfaces in C++.</description>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
Expand Down
5 changes: 5 additions & 0 deletions rosidl_generator_tests/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rosidl_generator_tests
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

4.5.2 (2024-03-27)
------------------
* Fixes for modern uncrustify. (`#793 <https://github.com/ros2/rosidl/issues/793>`_)
* Contributors: Chris Lalancette

4.5.1 (2024-02-07)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rosidl_generator_tests/package.xml
Original file line number Diff line number Diff line change
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>rosidl_generator_tests</name>
<version>4.5.1</version>
<version>4.5.2</version>
<description>Integration tests for rosidl_generator_c and rosidl_generator_cpp packages.</description>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
Expand Down
5 changes: 5 additions & 0 deletions rosidl_generator_type_description/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rosidl_generator_type_description
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

4.5.2 (2024-03-27)
------------------
* Set hints to find the python version we actually want. (`#785 <https://github.com/ros2/rosidl/issues/785>`_)
* Contributors: Chris Lalancette

4.5.1 (2024-02-07)
------------------
* Remove unnecessary parentheses. (`#783 <https://github.com/ros2/rosidl/issues/783>`_)
Expand Down
2 changes: 1 addition & 1 deletion rosidl_generator_type_description/package.xml
Original file line number Diff line number Diff line change
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>rosidl_generator_type_description</name>
<version>4.5.1</version>
<version>4.5.2</version>
<description>Generate hashes and descriptions of ROS 2 interface types, per REP-2011.</description>

<maintainer email="me@emersonknapp.com">Emerson Knapp</maintainer>
Expand Down
5 changes: 5 additions & 0 deletions rosidl_parser/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rosidl_parser
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

4.5.2 (2024-03-27)
------------------
* Small fix for newer flake8 compatibility. (`#792 <https://github.com/ros2/rosidl/issues/792>`_)
* Contributors: Chris Lalancette

4.5.1 (2024-02-07)
------------------
* Remove unnecessary parentheses. (`#783 <https://github.com/ros2/rosidl/issues/783>`_)
Expand Down
2 changes: 1 addition & 1 deletion rosidl_parser/package.xml
Original file line number Diff line number Diff line change
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>rosidl_parser</name>
<version>4.5.1</version>
<version>4.5.2</version>
<description>The parser for `.idl` ROS interface files.</description>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions rosidl_pycommon/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosidl_pycommon
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

4.5.2 (2024-03-27)
------------------

4.5.1 (2024-02-07)
------------------
* Remove unnecessary parentheses. (`#783 <https://github.com/ros2/rosidl/issues/783>`_)
Expand Down
2 changes: 1 addition & 1 deletion rosidl_pycommon/package.xml
Original file line number Diff line number Diff line change
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>rosidl_pycommon</name>
<version>4.5.1</version>
<version>4.5.2</version>
<description>Common Python functions used by rosidl packages.</description>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion rosidl_pycommon/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='4.5.1',
version='4.5.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
3 changes: 3 additions & 0 deletions rosidl_runtime_c/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosidl_runtime_c
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

4.5.2 (2024-03-27)
------------------

4.5.1 (2024-02-07)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rosidl_runtime_c/package.xml
Original file line number Diff line number Diff line change
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>rosidl_runtime_c</name>
<version>4.5.1</version>
<version>4.5.2</version>
<description>Provides definitions, initialization and finalization functions, and macros for getting and working with rosidl typesupport types in C.</description>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions rosidl_runtime_cpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosidl_runtime_cpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

4.5.2 (2024-03-27)
------------------

4.5.1 (2024-02-07)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rosidl_runtime_cpp/package.xml
Original file line number Diff line number Diff line change
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>rosidl_runtime_cpp</name>
<version>4.5.1</version>
<version>4.5.2</version>
<description>Provides definitions and templated functions for getting and working with rosidl typesupport types in C++.</description>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions rosidl_typesupport_interface/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosidl_typesupport_interface
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

4.5.2 (2024-03-27)
------------------

4.5.1 (2024-02-07)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rosidl_typesupport_interface/package.xml
Original file line number Diff line number Diff line change
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>rosidl_typesupport_interface</name>
<version>4.5.1</version>
<version>4.5.2</version>
<description>
The interface for rosidl typesupport packages.
</description>
Expand Down
5 changes: 5 additions & 0 deletions rosidl_typesupport_introspection_c/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rosidl_typesupport_introspection_c
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

4.5.2 (2024-03-27)
------------------
* Set hints to find the python version we actually want. (`#785 <https://github.com/ros2/rosidl/issues/785>`_)
* Contributors: Chris Lalancette

4.5.1 (2024-02-07)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rosidl_typesupport_introspection_c/package.xml
Original file line number Diff line number Diff line change
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>rosidl_typesupport_introspection_c</name>
<version>4.5.1</version>
<version>4.5.2</version>
<description>
Generate the message type support for dynamic message construction in C.
</description>
Expand Down
5 changes: 5 additions & 0 deletions rosidl_typesupport_introspection_cpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rosidl_typesupport_introspection_cpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

4.5.2 (2024-03-27)
------------------
* Set hints to find the python version we actually want. (`#785 <https://github.com/ros2/rosidl/issues/785>`_)
* Contributors: Chris Lalancette

4.5.1 (2024-02-07)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rosidl_typesupport_introspection_cpp/package.xml
Original file line number Diff line number Diff line change
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>rosidl_typesupport_introspection_cpp</name>
<version>4.5.1</version>
<version>4.5.2</version>
<description>
Generate the message type support for dynamic message construction in C++.
</description>
Expand Down
3 changes: 3 additions & 0 deletions rosidl_typesupport_introspection_tests/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosidl_typesupport_introspection_tests
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

4.5.2 (2024-03-27)
------------------

4.5.1 (2024-02-07)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rosidl_typesupport_introspection_tests/package.xml
Original file line number Diff line number Diff line change
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>rosidl_typesupport_introspection_tests</name>
<version>4.5.1</version>
<version>4.5.2</version>
<description>Integration tests of the rosidl_typesupport_introspection_c/cpp packages.</description>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
Expand Down
Loading