Skip to content

Commit d93a1ef

Browse files
committed
2.5.1
1 parent 1c3f3bf commit d93a1ef

8 files changed

Lines changed: 21 additions & 4 deletions

File tree

executive_smach/CHANGELOG.rst

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

5+
2.5.1 (2023-02-15)
6+
------------------
7+
58
2.5.0 (2020-05-14)
69
------------------
710
* Python 3 compatibility `#71 <https://github.com/ros/executive_smach/issues/71>`_

executive_smach/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>executive_smach</name>
4-
<version>2.5.0</version>
4+
<version>2.5.1</version>
55
<description>
66
This metapackage depends on the SMACH library and ROS SMACH integration
77
packages.

smach/CHANGELOG.rst

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

5+
2.5.1 (2023-02-15)
6+
------------------
7+
* Fix: state machines cannot be pickled `#86 <https://github.com/ros/executive_smach/issues/86>`
8+
* Fix: Python 3.9 compatibility `#82 <https://github.com/ros/executive_smach/issues/82>`
9+
* Typo
10+
511
2.5.0 (2020-05-14)
612
------------------
713
* Python 3 compatibility `#71 <https://github.com/ros/executive_smach/issues/71>`_

smach/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>smach</name>
4-
<version>2.5.0</version>
4+
<version>2.5.1</version>
55
<description>
66
SMACH is a task-level architecture for rapidly creating complex robot
77
behavior. At its core, SMACH is a ROS-independent Python library to build

smach_msgs/CHANGELOG.rst

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

5+
2.5.1 (2023-02-15)
6+
------------------
7+
58
2.5.0 (2020-05-14)
69
------------------
710
* Python 3 compatibility `#71 <https://github.com/ros/executive_smach/issues/71>`_

smach_msgs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>smach_msgs</name>
4-
<version>2.5.0</version>
4+
<version>2.5.1</version>
55
<description>
66
this package contains a set of messages that are used by the introspection
77
interfaces for smach.

smach_ros/CHANGELOG.rst

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

5+
2.5.1 (2023-02-15)
6+
------------------
7+
* Fix: response_slots when action goal is lost `#64 <https://github.com/ros/executive_smach/issues/64>`
8+
* Fix: Typos
9+
510
2.5.0 (2020-05-14)
611
------------------
712
* Python 3 compatibility `#71 <https://github.com/ros/executive_smach/issues/71>`_

smach_ros/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>smach_ros</name>
4-
<version>2.5.0</version>
4+
<version>2.5.1</version>
55
<description>
66
The smach_ros package contains extensions for the SMACH library to
77
integrate it tightly with ROS. For example, SMACH-ROS can call

0 commit comments

Comments
 (0)