Skip to content

Commit

Permalink
2.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Loretz <[email protected]>
  • Loading branch information
sloretz committed May 14, 2020
1 parent 02bac68 commit 31cc557
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 4 deletions.
6 changes: 6 additions & 0 deletions executive_smach/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package executive_smach
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.5.0 (2020-05-14)
------------------
* Python 3 compatibility `#71 <https://github.com/ros/executive_smach/issues/71>`_
* Bump CMake version to avoid CMP0048 warning
* Contributors: Shane Loretz, ahcorde

2.0.1 (2017-06-08)
------------------
* [fix] SimpleActionState will wait forever for a missing ActionServer `#41 <https://github.com/ros/executive_smach/pull/41>`_
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.0.1</version>
<version>2.5.0</version>
<description>
This metapackage depends on the SMACH library and ROS SMACH integration
packages.
Expand Down
9 changes: 9 additions & 0 deletions smach/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog for package smach
^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.5.0 (2020-05-14)
------------------
* Python 3 compatibility `#71 <https://github.com/ros/executive_smach/issues/71>`_
* Use setuptools instead of distutils
* Bump CMake version to avoid CMP0048 warning
* Update state.py Docstrings' @type descriptions `#59 <https://github.com/ros/executive_smach/issues/59>`_
* Typo set_shutdown_cb() --> set_shutdown_check() `#56 <https://github.com/ros/executive_smach/issues/56>`_
* Contributors: Isaac I.Y. Saito, Joseph Coombe, Shane Loretz, ahcorde, cclauss

2.0.1 (2017-06-08)
------------------
* [maintenance] Update maintainer. switching to package.xml format 2
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.0.1</version>
<version>2.5.0</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
6 changes: 6 additions & 0 deletions smach_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package smach_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.5.0 (2020-05-14)
------------------
* Python 3 compatibility `#71 <https://github.com/ros/executive_smach/issues/71>`_
* Bump CMake version to avoid CMP0048 warning
* Contributors: Shane Loretz, ahcorde

2.0.1 (2017-06-08)
------------------
* [maintenance] Update maintainer. switching to package.xml format 2
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.0.1</version>
<version>2.5.0</version>
<description>
this package contains a set of messages that are used by the introspection
interfaces for smach.
Expand Down
6 changes: 6 additions & 0 deletions smach_ros/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package smach_ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.5.0 (2020-05-14)
------------------
* Python 3 compatibility `#71 <https://github.com/ros/executive_smach/issues/71>`_
* Bump CMake version to avoid CMP0048 warning
* Contributors: Shane Loretz, ahcorde

2.0.1 (2017-06-08)
------------------
* [fix] SimpleActionState will wait forever for a missing ActionServer `#41 <https://github.com/ros/executive_smach/pull/41>`_
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.0.1</version>
<version>2.5.0</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 31cc557

Please sign in to comment.