Skip to content

Commit e3f8156

Browse files
committed
3.0.0
1 parent 2e426f1 commit e3f8156

File tree

23 files changed

+34
-34
lines changed

23 files changed

+34
-34
lines changed

rosidl_adapter/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
3.0.0 (2021-11-05)
6+
------------------
77
* Update package maintainers (`#624 <https://github.com/ros2/rosidl/issues/624>`_)
88
* Make rosidl packages use FindPython3 instead of FindPythonInterp (`#612 <https://github.com/ros2/rosidl/issues/612>`_)
99
* Contributors: Michel Hidalgo, Shane Loretz

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>2.5.0</version>
5+
<version>3.0.0</version>
66
<description>
77
API and scripts to parse .msg/.srv/.action files and convert them to .idl.
88
</description>

rosidl_cli/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
3.0.0 (2021-11-05)
6+
------------------
77
* Update package maintainers (`#624 <https://github.com/ros2/rosidl/issues/624>`_)
88
* Contributors: Michel Hidalgo
99

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>2.5.0</version>
5+
<version>3.0.0</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='2.5.0',
6+
version='3.0.0',
77
packages=find_packages(exclude=['test']),
88
extras_require={
99
'completion': ['argcomplete'],

rosidl_cmake/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
3.0.0 (2021-11-05)
6+
------------------
77
* Update package maintainers (`#624 <https://github.com/ros2/rosidl/issues/624>`_)
88
* Contributors: Michel Hidalgo
99

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>2.5.0</version>
5+
<version>3.0.0</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

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

5-
Forthcoming
6-
-----------
5+
3.0.0 (2021-11-05)
6+
------------------
77
* Update package maintainers (`#624 <https://github.com/ros2/rosidl/issues/624>`_)
88
* Make rosidl packages use FindPython3 instead of FindPythonInterp (`#612 <https://github.com/ros2/rosidl/issues/612>`_)
99
* Contributors: Michel Hidalgo, Shane Loretz

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>2.5.0</version>
5+
<version>3.0.0</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

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

5-
Forthcoming
6-
-----------
5+
3.0.0 (2021-11-05)
6+
------------------
77
* Update package maintainers (`#624 <https://github.com/ros2/rosidl/issues/624>`_)
88
* Make rosidl packages use FindPython3 instead of FindPythonInterp (`#612 <https://github.com/ros2/rosidl/issues/612>`_)
99
* Contributors: Michel Hidalgo, Shane Loretz

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>2.5.0</version>
5+
<version>3.0.0</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

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

5-
Forthcoming
6-
-----------
5+
3.0.0 (2021-11-05)
6+
------------------
77
* Update package maintainers (`#624 <https://github.com/ros2/rosidl/issues/624>`_)
88
* Contributors: Michel Hidalgo
99

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>2.5.0</version>
5+
<version>3.0.0</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

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

5-
Forthcoming
6-
-----------
5+
3.0.0 (2021-11-05)
6+
------------------
77
* Update package maintainers (`#624 <https://github.com/ros2/rosidl/issues/624>`_)
88
* Contributors: Michel Hidalgo
99

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>2.5.0</version>
5+
<version>3.0.0</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

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

5-
Forthcoming
6-
-----------
5+
3.0.0 (2021-11-05)
6+
------------------
77
* Update package maintainers (`#624 <https://github.com/ros2/rosidl/issues/624>`_)
88
* Contributors: Michel Hidalgo
99

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>2.5.0</version>
5+
<version>3.0.0</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

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

5-
Forthcoming
6-
-----------
5+
3.0.0 (2021-11-05)
6+
------------------
77
* Update package maintainers (`#624 <https://github.com/ros2/rosidl/issues/624>`_)
88
* Contributors: Michel Hidalgo
99

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>2.5.0</version>
5+
<version>3.0.0</version>
66
<description>
77
The interface for rosidl typesupport packages.
88
</description>

rosidl_typesupport_introspection_c/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
3.0.0 (2021-11-05)
6+
------------------
77
* Fix up the documentation for rosidl_typesupport_introspection_c (`#628 <https://github.com/ros2/rosidl/issues/628>`_)
88
* Update package maintainers (`#624 <https://github.com/ros2/rosidl/issues/624>`_)
99
* Quality Declaration for typesupport_introspection (`#621 <https://github.com/ros2/rosidl/issues/621>`_)

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>2.5.0</version>
5+
<version>3.0.0</version>
66
<description>
77
Generate the message type support for dynamic message construction in C.
88
</description>

rosidl_typesupport_introspection_cpp/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
3.0.0 (2021-11-05)
6+
------------------
77
* Fix up the documentation for rosidl_typesupport_introspection_cpp (`#627 <https://github.com/ros2/rosidl/issues/627>`_)
88
* Update package maintainers (`#624 <https://github.com/ros2/rosidl/issues/624>`_)
99
* Quality Declaration for typesupport_introspection (`#621 <https://github.com/ros2/rosidl/issues/621>`_)

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>2.5.0</version>
5+
<version>3.0.0</version>
66
<description>
77
Generate the message type support for dynamic message construction in C++.
88
</description>

0 commit comments

Comments
 (0)