Skip to content

Commit

Permalink
3.1.5
Browse files Browse the repository at this point in the history
Signed-off-by: Audrow Nash <[email protected]>
audrow committed Jul 18, 2023

Verified

This commit was signed with the committer’s verified signature.
audrow Audrow Nash
1 parent b3023b8 commit cf3b637
Showing 25 changed files with 55 additions and 13 deletions.
3 changes: 3 additions & 0 deletions rosidl_adapter/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -2,6 +2,9 @@
Changelog for package rosidl_adapter
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.1.5 (2023-07-18)
------------------

3.1.4 (2022-11-07)
------------------

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

3.1.5 (2023-07-18)
------------------

3.1.4 (2022-11-07)
------------------

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

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

3.1.5 (2023-07-18)
------------------

3.1.4 (2022-11-07)
------------------
* Protect rosidl_target_interfaces from using NOTFOUND in include_directories (`#679 <https://github.com/ros2/rosidl/issues/679>`_) (`#681 <https://github.com/ros2/rosidl/issues/681>`_)
2 changes: 1 addition & 1 deletion rosidl_cmake/package.xml
Original file line number Diff line number Diff line change
@@ -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>3.1.4</version>
<version>3.1.5</version>
<description>The CMake functionality to invoke code generation for ROS interface files.</description>
<maintainer email="[email protected]">Michel Hidalgo</maintainer>
<maintainer email="[email protected]">Shane Loretz</maintainer>
3 changes: 3 additions & 0 deletions rosidl_generator_c/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -2,6 +2,9 @@
Changelog for package rosidl_generator_c
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.1.5 (2023-07-18)
------------------

3.1.4 (2022-11-07)
------------------
* Add namespaced ALIAS target to easily consume generated libraries via add_subdirectory (`#605 <https://github.com/ros2/rosidl/issues/605>`_) (`#692 <https://github.com/ros2/rosidl/issues/692>`_)
2 changes: 1 addition & 1 deletion rosidl_generator_c/package.xml
Original file line number Diff line number Diff line change
@@ -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>3.1.4</version>
<version>3.1.5</version>
<description>Generate the ROS interfaces in C.</description>
<maintainer email="[email protected]">Michel Hidalgo</maintainer>
<maintainer email="[email protected]">Shane Loretz</maintainer>
6 changes: 6 additions & 0 deletions rosidl_generator_cpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -2,6 +2,12 @@
Changelog for package rosidl_generator_cpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.1.5 (2023-07-18)
------------------
* Merge pull request `#752 <https://github.com/ros2/rosidl/issues/752>`_ from ros2/mergify/bp/humble/pr-750
* Fix deprecation warnings for message constants (`#750 <https://github.com/ros2/rosidl/issues/750>`_)
* Contributors: Emerson Knapp

3.1.4 (2022-11-07)
------------------
* Add namespaced ALIAS target to easily consume generated libraries via add_subdirectory (`#605 <https://github.com/ros2/rosidl/issues/605>`_) (`#692 <https://github.com/ros2/rosidl/issues/692>`_)
2 changes: 1 addition & 1 deletion rosidl_generator_cpp/package.xml
Original file line number Diff line number Diff line change
@@ -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>3.1.4</version>
<version>3.1.5</version>
<description>Generate the ROS interfaces in C++.</description>
<maintainer email="[email protected]">Michel Hidalgo</maintainer>
<maintainer email="[email protected]">Shane Loretz</maintainer>
3 changes: 3 additions & 0 deletions rosidl_parser/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -2,6 +2,9 @@
Changelog for package rosidl_parser
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.1.5 (2023-07-18)
------------------

3.1.4 (2022-11-07)
------------------
* Always include whitespace in string literals (`#688 <https://github.com/ros2/rosidl/issues/688>`_) (`#689 <https://github.com/ros2/rosidl/issues/689>`_)
2 changes: 1 addition & 1 deletion rosidl_parser/package.xml
Original file line number Diff line number Diff line change
@@ -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>3.1.4</version>
<version>3.1.5</version>
<description>The parser for `.idl` ROS interface files.</description>
<maintainer email="[email protected]">Michel Hidalgo</maintainer>
<maintainer email="[email protected]">Shane Loretz</maintainer>
3 changes: 3 additions & 0 deletions rosidl_runtime_c/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -2,6 +2,9 @@
Changelog for package rosidl_runtime_c
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.1.5 (2023-07-18)
------------------

3.1.4 (2022-11-07)
------------------

2 changes: 1 addition & 1 deletion rosidl_runtime_c/package.xml
Original file line number Diff line number Diff line change
@@ -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>3.1.4</version>
<version>3.1.5</version>
<description>Provides definitions, initialization and finalization functions, and macros for getting and working with rosidl typesupport types in C.</description>
<maintainer email="[email protected]">Michel Hidalgo</maintainer>
<maintainer email="[email protected]">Shane Loretz</maintainer>
3 changes: 3 additions & 0 deletions rosidl_runtime_cpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -2,6 +2,9 @@
Changelog for package rosidl_runtime_cpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.1.5 (2023-07-18)
------------------

3.1.4 (2022-11-07)
------------------

2 changes: 1 addition & 1 deletion rosidl_runtime_cpp/package.xml
Original file line number Diff line number Diff line change
@@ -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>3.1.4</version>
<version>3.1.5</version>
<description>Provides definitions and templated functions for getting and working with rosidl typesupport types in C++.</description>
<maintainer email="[email protected]">Michel Hidalgo</maintainer>
<maintainer email="[email protected]">Shane Loretz</maintainer>
3 changes: 3 additions & 0 deletions rosidl_typesupport_interface/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -2,6 +2,9 @@
Changelog for package rosidl_typesupport_interface
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.1.5 (2023-07-18)
------------------

3.1.4 (2022-11-07)
------------------

2 changes: 1 addition & 1 deletion rosidl_typesupport_interface/package.xml
Original file line number Diff line number Diff line change
@@ -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>3.1.4</version>
<version>3.1.5</version>
<description>
The interface for rosidl typesupport packages.
</description>
3 changes: 3 additions & 0 deletions rosidl_typesupport_introspection_c/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -2,6 +2,9 @@
Changelog for package rosidl_typesupport_introspection_c
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.1.5 (2023-07-18)
------------------

3.1.4 (2022-11-07)
------------------
* Add namespaced ALIAS target to easily consume generated libraries via add_subdirectory (`#605 <https://github.com/ros2/rosidl/issues/605>`_) (`#692 <https://github.com/ros2/rosidl/issues/692>`_)
2 changes: 1 addition & 1 deletion rosidl_typesupport_introspection_c/package.xml
Original file line number Diff line number Diff line change
@@ -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>3.1.4</version>
<version>3.1.5</version>
<description>
Generate the message type support for dynamic message construction in C.
</description>
6 changes: 6 additions & 0 deletions rosidl_typesupport_introspection_cpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -2,6 +2,12 @@
Changelog for package rosidl_typesupport_introspection_cpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.1.5 (2023-07-18)
------------------
* Merge pull request `#752 <https://github.com/ros2/rosidl/issues/752>`_ from ros2/mergify/bp/humble/pr-750
* Fix deprecation warnings for message constants (`#750 <https://github.com/ros2/rosidl/issues/750>`_)
* Contributors: Emerson Knapp

3.1.4 (2022-11-07)
------------------
* Add namespaced ALIAS target to easily consume generated libraries via add_subdirectory (`#605 <https://github.com/ros2/rosidl/issues/605>`_) (`#692 <https://github.com/ros2/rosidl/issues/692>`_)
2 changes: 1 addition & 1 deletion rosidl_typesupport_introspection_cpp/package.xml
Original file line number Diff line number Diff line change
@@ -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>3.1.4</version>
<version>3.1.5</version>
<description>
Generate the message type support for dynamic message construction in C++.
</description>
3 changes: 3 additions & 0 deletions rosidl_typesupport_introspection_tests/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -2,6 +2,9 @@
Changelog for package rosidl_typesupport_introspection_tests
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.1.5 (2023-07-18)
------------------

3.1.4 (2022-11-07)
------------------

2 changes: 1 addition & 1 deletion rosidl_typesupport_introspection_tests/package.xml
Original file line number Diff line number Diff line change
@@ -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>3.1.4</version>
<version>3.1.5</version>
<description>Integration tests of the rosidl_typesupport_introspection_c/cpp packages.</description>
<maintainer email="[email protected]">Michel Hidalgo</maintainer>
<maintainer email="[email protected]">Geoffrey Biggs</maintainer>

0 comments on commit cf3b637

Please sign in to comment.