Skip to content

Commit e083bf9

Browse files
committed
28.1.3
Signed-off-by: Marco A. Gutierrez <[email protected]>
1 parent c3bc232 commit e083bf9

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

rclcpp/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
28.1.3 (2024-06-27)
6+
-------------------
77
* Add test creating two content filter topics with the same topic name (`#2546 <https://github.com/ros2/rclcpp/issues/2546>`_) (`#2549 <https://github.com/ros2/rclcpp/issues/2549>`_) (`#2552 <https://github.com/ros2/rclcpp/issues/2552>`_)
88
Co-authored-by: Mario Domínguez López <[email protected]>
99
(cherry picked from commit 7c096888caf92aa7557e1d3efc5448b56d8ce81c)

rclcpp/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>rclcpp</name>
5-
<version>28.1.2</version>
5+
<version>28.1.3</version>
66
<description>The ROS client library in C++.</description>
77

88
<maintainer email="[email protected]">Ivan Paunovic</maintainer>

rclcpp_action/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Changelog for package rclcpp_action
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

55

6-
Forthcoming
7-
-----------
6+
28.1.3 (2024-06-27)
7+
-------------------
88

99
28.1.2 (2024-05-13)
1010
-------------------

rclcpp_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>rclcpp_action</name>
5-
<version>28.1.2</version>
5+
<version>28.1.3</version>
66
<description>Adds action APIs for C++.</description>
77

88
<maintainer email="[email protected]">Ivan Paunovic</maintainer>

rclcpp_components/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
28.1.3 (2024-06-27)
6+
-------------------
77

88
28.1.2 (2024-05-13)
99
-------------------

rclcpp_components/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>rclcpp_components</name>
5-
<version>28.1.2</version>
5+
<version>28.1.3</version>
66
<description>Package containing tools for dynamically loadable components</description>
77

88
<maintainer email="[email protected]">Ivan Paunovic</maintainer>

rclcpp_lifecycle/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Changelog for package rclcpp_lifecycle
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

55

6-
Forthcoming
7-
-----------
6+
28.1.3 (2024-06-27)
7+
-------------------
88
* Revert "call shutdown in LifecycleNode dtor to avoid leaving the device in unknown state (2nd) (backport `#2528 <https://github.com/ros2/rclcpp/issues/2528>`_) (`#2542 <https://github.com/ros2/rclcpp/issues/2542>`_)" (`#2558 <https://github.com/ros2/rclcpp/issues/2558>`_)
99
* call shutdown in LifecycleNode dtor to avoid leaving the device in unknown state (2nd) (backport `#2528 <https://github.com/ros2/rclcpp/issues/2528>`_) (`#2542 <https://github.com/ros2/rclcpp/issues/2542>`_)
1010
Co-authored-by: Tomoya Fujita <[email protected]>

rclcpp_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>rclcpp_lifecycle</name>
5-
<version>28.1.2</version>
5+
<version>28.1.3</version>
66
<description>Package containing a prototype for lifecycle implementation</description>
77

88
<maintainer email="[email protected]">Ivan Paunovic</maintainer>

0 commit comments

Comments
 (0)