Skip to content

Commit

Permalink
Merge pull request #96 from 130s/release-2.5.1
Browse files Browse the repository at this point in the history
2.5.1
  • Loading branch information
130s committed Feb 15, 2023
2 parents 1c3f3bf + d93a1ef commit d4226ba
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 4 deletions.
3 changes: 3 additions & 0 deletions executive_smach/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package executive_smach
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.5.1 (2023-02-15)
------------------

2.5.0 (2020-05-14)
------------------
* Python 3 compatibility `#71 <https://github.com/ros/executive_smach/issues/71>`_
Expand Down
2 changes: 1 addition & 1 deletion executive_smach/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>executive_smach</name>
<version>2.5.0</version>
<version>2.5.1</version>
<description>
This metapackage depends on the SMACH library and ROS SMACH integration
packages.
Expand Down
6 changes: 6 additions & 0 deletions smach/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package smach
^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.5.1 (2023-02-15)
------------------
* Fix: state machines cannot be pickled `#86 <https://github.com/ros/executive_smach/issues/86>`
* Fix: Python 3.9 compatibility `#82 <https://github.com/ros/executive_smach/issues/82>`
* Typo

2.5.0 (2020-05-14)
------------------
* Python 3 compatibility `#71 <https://github.com/ros/executive_smach/issues/71>`_
Expand Down
2 changes: 1 addition & 1 deletion smach/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>smach</name>
<version>2.5.0</version>
<version>2.5.1</version>
<description>
SMACH is a task-level architecture for rapidly creating complex robot
behavior. At its core, SMACH is a ROS-independent Python library to build
Expand Down
3 changes: 3 additions & 0 deletions smach_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package smach_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.5.1 (2023-02-15)
------------------

2.5.0 (2020-05-14)
------------------
* Python 3 compatibility `#71 <https://github.com/ros/executive_smach/issues/71>`_
Expand Down
2 changes: 1 addition & 1 deletion smach_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>smach_msgs</name>
<version>2.5.0</version>
<version>2.5.1</version>
<description>
this package contains a set of messages that are used by the introspection
interfaces for smach.
Expand Down
5 changes: 5 additions & 0 deletions smach_ros/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package smach_ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.5.1 (2023-02-15)
------------------
* Fix: response_slots when action goal is lost `#64 <https://github.com/ros/executive_smach/issues/64>`
* Fix: Typos

2.5.0 (2020-05-14)
------------------
* Python 3 compatibility `#71 <https://github.com/ros/executive_smach/issues/71>`_
Expand Down
2 changes: 1 addition & 1 deletion smach_ros/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>smach_ros</name>
<version>2.5.0</version>
<version>2.5.1</version>
<description>
The smach_ros package contains extensions for the SMACH library to
integrate it tightly with ROS. For example, SMACH-ROS can call
Expand Down

0 comments on commit d4226ba

Please sign in to comment.