Skip to content

Commit 81e9007

Browse files
committed
3.1.4
Signed-off-by: Audrow Nash <[email protected]>
1 parent bdc43f0 commit 81e9007

File tree

25 files changed

+61
-13
lines changed

25 files changed

+61
-13
lines changed

rosidl_adapter/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rosidl_adapter
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.1.4 (2022-11-07)
6+
------------------
7+
58
3.1.3 (2022-04-08)
69
------------------
710

rosidl_adapter/package.xml

Lines changed: 1 addition & 1 deletion
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.3</version>
5+
<version>3.1.4</version>
66
<description>
77
API and scripts to parse .msg/.srv/.action files and convert them to .idl.
88
</description>

rosidl_cli/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rosidl_cli
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.1.4 (2022-11-07)
6+
------------------
7+
58
3.1.3 (2022-04-08)
69
------------------
710
* Fix importlib_metdata warning with Python 3.10. (`#674 <https://github.com/ros2/rosidl/issues/674>`_)

rosidl_cli/package.xml

Lines changed: 1 addition & 1 deletion
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.3</version>
5+
<version>3.1.4</version>
66
<description>
77
Command line tools for ROS interface generation.
88
</description>

rosidl_cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

rosidl_cmake/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package rosidl_cmake
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.1.4 (2022-11-07)
6+
------------------
7+
* 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>`_)
8+
* Contributors: Jose Luis Rivero
9+
510
3.1.3 (2022-04-08)
611
------------------
712

rosidl_cmake/package.xml

Lines changed: 1 addition & 1 deletion
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.3</version>
5+
<version>3.1.4</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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package rosidl_generator_c
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.1.4 (2022-11-07)
6+
------------------
7+
* 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>`_)
8+
* Contributors: mergify[bot]
9+
510
3.1.3 (2022-04-08)
611
------------------
712

rosidl_generator_c/package.xml

Lines changed: 1 addition & 1 deletion
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.3</version>
5+
<version>3.1.4</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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package rosidl_generator_cpp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.1.4 (2022-11-07)
6+
------------------
7+
* 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>`_)
8+
* Contributors: mergify[bot]
9+
510
3.1.3 (2022-04-08)
611
------------------
712

0 commit comments

Comments
 (0)