Skip to content

Commit 1b4b3dd

Browse files
committed
0.7.7
Signed-off-by: Michael Carroll <[email protected]>
1 parent 8a7fd40 commit 1b4b3dd

File tree

8 files changed

+20
-4
lines changed

8 files changed

+20
-4
lines changed

rcl/CHANGELOG.rst

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

5+
0.7.7 (2019-09-20)
6+
------------------
7+
58
0.7.6 (2019-08-01)
69
------------------
710

rcl/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>rcl</name>
5-
<version>0.7.6</version>
5+
<version>0.7.7</version>
66
<description>The ROS client library common implementation.
77
This package contains an API which builds on the ROS middleware API and is optionally built upon by the other ROS client libraries.
88
</description>

rcl_action/CHANGELOG.rst

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

5+
0.7.7 (2019-09-20)
6+
------------------
7+
58
0.7.6 (2019-08-01)
69
------------------
710

rcl_action/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>rcl_action</name>
5-
<version>0.7.6</version>
5+
<version>0.7.7</version>
66
<description>Package containing a C-based ROS action implementation</description>
77
<maintainer email="[email protected]">Jacob Perron</maintainer>
88
<license>Apache License 2.0</license>

rcl_lifecycle/CHANGELOG.rst

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

5+
0.7.7 (2019-09-20)
6+
------------------
7+
* reset error message before setting a new one, embed the original one (`#501 <https://github.com/ros2/rcl/issues/501>`_) (`#505 <https://github.com/ros2/rcl/issues/505>`_)
8+
* Contributors: Zachary Michaels
9+
510
0.7.6 (2019-08-01)
611
------------------
712

rcl_lifecycle/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>rcl_lifecycle</name>
5-
<version>0.7.6</version>
5+
<version>0.7.7</version>
66
<description>Package containing a C-based lifecycle implementation</description>
77
<maintainer email="[email protected]">Karsten Knese</maintainer>
88
<license>Apache License 2.0</license>

rcl_yaml_param_parser/CHANGELOG.rst

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

5+
0.7.7 (2019-09-20)
6+
------------------
7+
* Increase MAX_STRING_SIZE (`#487 <https://github.com/ros2/rcl/issues/487>`_) (`#503 <https://github.com/ros2/rcl/issues/503>`_)
8+
* Contributors: Zachary Michaels, Hyunseok Yang
9+
510
0.7.6 (2019-08-01)
611
------------------
712
* Accept quoted int or float values as strings. (`#474 <https://github.com/ros2/rcl/issues/474>`_)

rcl_yaml_param_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>rcl_yaml_param_parser</name>
5-
<version>0.7.6</version>
5+
<version>0.7.7</version>
66
<description>Package containing various utility types and functions for C</description>
77
<maintainer email="[email protected]">Anup Pemmaiah</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)