Skip to content

Commit c27650f

Browse files
committed
1.3.0
1 parent e258e78 commit c27650f

File tree

20 files changed

+54
-10
lines changed

20 files changed

+54
-10
lines changed

rosidl_adapter/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_adapter
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.3.0 (2022-09-20)
6+
------------------
7+
* Fix escaping in string literals (`#595 <https://github.com/ros2/rosidl/issues/595>`_) (`#618 <https://github.com/ros2/rosidl/issues/618>`_)
8+
* Contributors: Ivan Santiago Paunovic, Jacob Perron
9+
510
1.2.1 (2021-04-14)
611
------------------
712
* Hex constants and tab as whitespace support (`#568 <https://github.com/ros2/rosidl/issues/568>`_)

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

rosidl_cmake/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_cmake
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.3.0 (2022-09-20)
6+
------------------
7+
58
1.2.1 (2021-04-14)
69
------------------
710

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>1.2.1</version>
5+
<version>1.3.0</version>
66
<description>The CMake functionality to invoke code generation for ROS interface files.</description>
77
<maintainer email="[email protected]">Dirk Thomas</maintainer>
88
<license>Apache License 2.0</license>

rosidl_generator_c/CHANGELOG.rst

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

5+
1.3.0 (2022-09-20)
6+
------------------
7+
* Fix a cpplint allocator regression (`#590 <https://github.com/ros2/rosidl/issues/590>`_)
8+
* Use rcutils allocators in rosidl_generator_c (`#584 <https://github.com/ros2/rosidl/issues/584>`_)
9+
* Implement equality operator function for C messages. (`#648 <https://github.com/ros2/rosidl/issues/648>`_) (`#667 <https://github.com/ros2/rosidl/issues/667>`_)
10+
* Implement copy function for C messages (`#650 <https://github.com/ros2/rosidl/issues/650>`_) (`#667 <https://github.com/ros2/rosidl/issues/667>`_)
11+
* Contributors: Chris Lalancette, Michel Hidalgo, Nikolai Morin, Pablo Garrido
12+
513
1.2.1 (2021-04-14)
614
------------------
715

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>1.2.1</version>
5+
<version>1.3.0</version>
66
<description>Generate the ROS interfaces in C.</description>
77
<maintainer email="[email protected]">William Woodall</maintainer>
88
<license>Apache License 2.0</license>

rosidl_generator_cpp/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_generator_cpp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.3.0 (2022-09-20)
6+
------------------
7+
58
1.2.1 (2021-04-14)
69
------------------
710

rosidl_generator_cpp/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_cpp</name>
5-
<version>1.2.1</version>
5+
<version>1.3.0</version>
66
<description>Generate the ROS interfaces in C++.</description>
77
<maintainer email="[email protected]">Dirk Thomas</maintainer>
88
<license>Apache License 2.0</license>

rosidl_parser/CHANGELOG.rst

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

5+
1.3.0 (2022-09-20)
6+
------------------
7+
* Always include whitespace in string literals (`#688 <https://github.com/ros2/rosidl/issues/688>`_) (`#691 <https://github.com/ros2/rosidl/issues/691>`_)
8+
* Fix escaping in string literals (`#595 <https://github.com/ros2/rosidl/issues/595>`_) (`#618 <https://github.com/ros2/rosidl/issues/618>`_)
9+
* Contributors: Ivan Santiago Paunovic, Jacob Perron, Shane Loretz
10+
511
1.2.1 (2021-04-14)
612
------------------
713

rosidl_parser/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_parser</name>
5-
<version>1.2.1</version>
5+
<version>1.3.0</version>
66
<description>The parser for ROS interface files.</description>
77
<maintainer email="[email protected]">Dirk Thomas</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)