Skip to content

Commit cf3b637

Browse files
committed
3.1.5
Signed-off-by: Audrow Nash <[email protected]>
1 parent b3023b8 commit cf3b637

File tree

25 files changed

+55
-13
lines changed

25 files changed

+55
-13
lines changed

rosidl_adapter/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rosidl_adapter
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.1.5 (2023-07-18)
6+
------------------
7+
58
3.1.4 (2022-11-07)
69
------------------
710

rosidl_adapter/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>rosidl_adapter</name>
5-
<version>3.1.4</version>
5+
<version>3.1.5</version>
66
<description>
77
API and scripts to parse .msg/.srv/.action files and convert them to .idl.
88
</description>

rosidl_cli/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rosidl_cli
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.1.5 (2023-07-18)
6+
------------------
7+
58
3.1.4 (2022-11-07)
69
------------------
710

rosidl_cli/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>rosidl_cli</name>
5-
<version>3.1.4</version>
5+
<version>3.1.5</version>
66
<description>
77
Command line tools for ROS interface generation.
88
</description>

rosidl_cli/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='rosidl_cli',
6-
version='3.1.4',
6+
version='3.1.5',
77
packages=find_packages(exclude=['test']),
88
extras_require={
99
'completion': ['argcomplete'],

rosidl_cmake/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rosidl_cmake
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.1.5 (2023-07-18)
6+
------------------
7+
58
3.1.4 (2022-11-07)
69
------------------
710
* 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>`_)

rosidl_cmake/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>rosidl_cmake</name>
5-
<version>3.1.4</version>
5+
<version>3.1.5</version>
66
<description>The CMake functionality to invoke code generation for ROS interface files.</description>
77
<maintainer email="[email protected]">Michel Hidalgo</maintainer>
88
<maintainer email="[email protected]">Shane Loretz</maintainer>

rosidl_generator_c/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rosidl_generator_c
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.1.5 (2023-07-18)
6+
------------------
7+
58
3.1.4 (2022-11-07)
69
------------------
710
* 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>`_)

rosidl_generator_c/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rosidl_generator_c</name>
5-
<version>3.1.4</version>
5+
<version>3.1.5</version>
66
<description>Generate the ROS interfaces in C.</description>
77
<maintainer email="[email protected]">Michel Hidalgo</maintainer>
88
<maintainer email="[email protected]">Shane Loretz</maintainer>

rosidl_generator_cpp/CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package rosidl_generator_cpp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.1.5 (2023-07-18)
6+
------------------
7+
* Merge pull request `#752 <https://github.com/ros2/rosidl/issues/752>`_ from ros2/mergify/bp/humble/pr-750
8+
* Fix deprecation warnings for message constants (`#750 <https://github.com/ros2/rosidl/issues/750>`_)
9+
* Contributors: Emerson Knapp
10+
511
3.1.4 (2022-11-07)
612
------------------
713
* 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>`_)

rosidl_generator_cpp/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rosidl_generator_cpp</name>
5-
<version>3.1.4</version>
5+
<version>3.1.5</version>
66
<description>Generate the ROS interfaces in C++.</description>
77
<maintainer email="[email protected]">Michel Hidalgo</maintainer>
88
<maintainer email="[email protected]">Shane Loretz</maintainer>

rosidl_parser/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rosidl_parser
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.1.5 (2023-07-18)
6+
------------------
7+
58
3.1.4 (2022-11-07)
69
------------------
710
* Always include whitespace in string literals (`#688 <https://github.com/ros2/rosidl/issues/688>`_) (`#689 <https://github.com/ros2/rosidl/issues/689>`_)

rosidl_parser/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>rosidl_parser</name>
5-
<version>3.1.4</version>
5+
<version>3.1.5</version>
66
<description>The parser for `.idl` ROS interface files.</description>
77
<maintainer email="[email protected]">Michel Hidalgo</maintainer>
88
<maintainer email="[email protected]">Shane Loretz</maintainer>

rosidl_runtime_c/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rosidl_runtime_c
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.1.5 (2023-07-18)
6+
------------------
7+
58
3.1.4 (2022-11-07)
69
------------------
710

rosidl_runtime_c/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rosidl_runtime_c</name>
5-
<version>3.1.4</version>
5+
<version>3.1.5</version>
66
<description>Provides definitions, initialization and finalization functions, and macros for getting and working with rosidl typesupport types in C.</description>
77
<maintainer email="[email protected]">Michel Hidalgo</maintainer>
88
<maintainer email="[email protected]">Shane Loretz</maintainer>

rosidl_runtime_cpp/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rosidl_runtime_cpp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.1.5 (2023-07-18)
6+
------------------
7+
58
3.1.4 (2022-11-07)
69
------------------
710

rosidl_runtime_cpp/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rosidl_runtime_cpp</name>
5-
<version>3.1.4</version>
5+
<version>3.1.5</version>
66
<description>Provides definitions and templated functions for getting and working with rosidl typesupport types in C++.</description>
77
<maintainer email="[email protected]">Michel Hidalgo</maintainer>
88
<maintainer email="[email protected]">Shane Loretz</maintainer>

rosidl_typesupport_interface/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rosidl_typesupport_interface
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.1.5 (2023-07-18)
6+
------------------
7+
58
3.1.4 (2022-11-07)
69
------------------
710

rosidl_typesupport_interface/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>rosidl_typesupport_interface</name>
5-
<version>3.1.4</version>
5+
<version>3.1.5</version>
66
<description>
77
The interface for rosidl typesupport packages.
88
</description>

rosidl_typesupport_introspection_c/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rosidl_typesupport_introspection_c
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.1.5 (2023-07-18)
6+
------------------
7+
58
3.1.4 (2022-11-07)
69
------------------
710
* 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>`_)

rosidl_typesupport_introspection_c/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rosidl_typesupport_introspection_c</name>
5-
<version>3.1.4</version>
5+
<version>3.1.5</version>
66
<description>
77
Generate the message type support for dynamic message construction in C.
88
</description>

rosidl_typesupport_introspection_cpp/CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package rosidl_typesupport_introspection_cpp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.1.5 (2023-07-18)
6+
------------------
7+
* Merge pull request `#752 <https://github.com/ros2/rosidl/issues/752>`_ from ros2/mergify/bp/humble/pr-750
8+
* Fix deprecation warnings for message constants (`#750 <https://github.com/ros2/rosidl/issues/750>`_)
9+
* Contributors: Emerson Knapp
10+
511
3.1.4 (2022-11-07)
612
------------------
713
* 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>`_)

rosidl_typesupport_introspection_cpp/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rosidl_typesupport_introspection_cpp</name>
5-
<version>3.1.4</version>
5+
<version>3.1.5</version>
66
<description>
77
Generate the message type support for dynamic message construction in C++.
88
</description>

rosidl_typesupport_introspection_tests/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rosidl_typesupport_introspection_tests
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.1.5 (2023-07-18)
6+
------------------
7+
58
3.1.4 (2022-11-07)
69
------------------
710

rosidl_typesupport_introspection_tests/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rosidl_typesupport_introspection_tests</name>
5-
<version>3.1.4</version>
5+
<version>3.1.5</version>
66
<description>Integration tests of the rosidl_typesupport_introspection_c/cpp packages.</description>
77
<maintainer email="[email protected]">Michel Hidalgo</maintainer>
88
<maintainer email="[email protected]">Geoffrey Biggs</maintainer>

0 commit comments

Comments
 (0)