Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobperron committed Apr 14, 2021
1 parent fa73b10 commit 75964cb
Show file tree
Hide file tree
Showing 20 changed files with 50 additions and 10 deletions.
7 changes: 7 additions & 0 deletions rosidl_adapter/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package rosidl_adapter
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.1 (2021-04-14)
------------------
* Hex constants and tab as whitespace support (`#568 <https://github.com/ros2/rosidl/issues/568>`_)
* Treat \t as whitespace (`#557 <https://github.com/ros2/rosidl/issues/557>`_)
* Support hex constants in msg files (`#559 <https://github.com/ros2/rosidl/issues/559>`_)
* Contributors: Dereck Wonnacott

1.2.0 (2020-12-08)
------------------

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>1.2.0</version>
<version>1.2.1</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_cmake/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosidl_cmake
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.1 (2021-04-14)
------------------

1.2.0 (2020-12-08)
------------------

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>1.2.0</version>
<version>1.2.1</version>
<description>The CMake functionality to invoke code generation for ROS interface files.</description>
<maintainer email="[email protected]">Dirk Thomas</maintainer>
<license>Apache License 2.0</license>
Expand Down
3 changes: 3 additions & 0 deletions rosidl_generator_c/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosidl_generator_c
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.1 (2021-04-14)
------------------

1.2.0 (2020-12-08)
------------------
* Strip action service suffixes from C include prefix (`#538 <https://github.com/ros2/rosidl/issues/538>`_) (`#539 <https://github.com/ros2/rosidl/issues/539>`_)
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>1.2.0</version>
<version>1.2.1</version>
<description>Generate the ROS interfaces in C.</description>
<maintainer email="[email protected]">William Woodall</maintainer>
<license>Apache License 2.0</license>
Expand Down
3 changes: 3 additions & 0 deletions rosidl_generator_cpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosidl_generator_cpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.1 (2021-04-14)
------------------

1.2.0 (2020-12-08)
------------------

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>1.2.0</version>
<version>1.2.1</version>
<description>Generate the ROS interfaces in C++.</description>
<maintainer email="[email protected]">Dirk Thomas</maintainer>
<license>Apache License 2.0</license>
Expand Down
3 changes: 3 additions & 0 deletions rosidl_parser/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosidl_parser
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.1 (2021-04-14)
------------------

1.2.0 (2020-12-08)
------------------
* Fix parsing of small floats (`#554 <https://github.com/ros2/rosidl/issues/554>`_)
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>1.2.0</version>
<version>1.2.1</version>
<description>The parser for ROS interface files.</description>
<maintainer email="[email protected]">Dirk Thomas</maintainer>
<license>Apache License 2.0</license>
Expand Down
5 changes: 5 additions & 0 deletions rosidl_runtime_c/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rosidl_runtime_c
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.1 (2021-04-14)
------------------
* Update quality declaration links (re: `ros2/docs.ros2.org#52 <https://github.com/ros2/docs.ros2.org/issues/52>`_) (`#582 <https://github.com/ros2/rosidl/issues/582>`_)
* Contributors: Simon Honigmann

1.2.0 (2020-12-08)
------------------
* Fix item number in QD (`#546 <https://github.com/ros2/rosidl/issues/546>`_) (`#547 <https://github.com/ros2/rosidl/issues/547>`_)
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>1.2.0</version>
<version>1.2.1</version>
<description>Generate the ROS interfaces in C.</description>
<maintainer email="[email protected]">William Woodall</maintainer>
<license>Apache License 2.0</license>
Expand Down
5 changes: 5 additions & 0 deletions rosidl_runtime_cpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rosidl_runtime_cpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.1 (2021-04-14)
------------------
* Update quality declaration links (re: `ros2/docs.ros2.org#52 <https://github.com/ros2/docs.ros2.org/issues/52>`_) (`#582 <https://github.com/ros2/rosidl/issues/582>`_)
* Contributors: Simon Honigmann

1.2.0 (2020-12-08)
------------------
* Fix item number in QD (`#546 <https://github.com/ros2/rosidl/issues/546>`_) (`#547 <https://github.com/ros2/rosidl/issues/547>`_)
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>1.2.0</version>
<version>1.2.1</version>
<description>Generate the ROS interfaces in C++.</description>
<maintainer email="[email protected]">Dirk Thomas</maintainer>
<license>Apache License 2.0</license>
Expand Down
5 changes: 5 additions & 0 deletions rosidl_typesupport_interface/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rosidl_typesupport_interface
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.1 (2021-04-14)
------------------
* Update quality declaration links (re: `ros2/docs.ros2.org#52 <https://github.com/ros2/docs.ros2.org/issues/52>`_) (`#582 <https://github.com/ros2/rosidl/issues/582>`_)
* Contributors: Simon Honigmann

1.2.0 (2020-12-08)
------------------
* Fix item number in QD (`#546 <https://github.com/ros2/rosidl/issues/546>`_) (`#547 <https://github.com/ros2/rosidl/issues/547>`_)
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>1.2.0</version>
<version>1.2.1</version>
<description>
The interface for rosidl typesupport packages.
</description>
Expand Down
3 changes: 3 additions & 0 deletions rosidl_typesupport_introspection_c/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosidl_typesupport_introspection_c
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.1 (2021-04-14)
------------------

1.2.0 (2020-12-08)
------------------

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>1.2.0</version>
<version>1.2.1</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_cpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosidl_typesupport_introspection_cpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.1 (2021-04-14)
------------------

1.2.0 (2020-12-08)
------------------

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>1.2.0</version>
<version>1.2.1</version>
<description>
Generate the message type support for dynamic message construction in C++.
</description>
Expand Down

0 comments on commit 75964cb

Please sign in to comment.