Skip to content

Commit

Permalink
2.5.3 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
130s authored Feb 13, 2025
1 parent 94a196d commit 816b22a
Show file tree
Hide file tree
Showing 8 changed files with 19 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.3 (2025-02-13)
------------------

2.5.2 (2023-06-13)
------------------

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.2</version>
<version>2.5.3</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.3 (2025-02-13)
------------------
* Fix Potential fix for preempting a concurrence container while it was already terminating `#99 <https://github.com/ros/executive_smach/issues/99>`_
* Fix SyntaxWarning 'is not' when checking for equality `#97 <https://github.com/ros/executive_smach/issues/97>`_
* Fix `#92 <https://github.com/ros/executive_smach/issues/92>`_ `#107 <https://github.com/ros/executive_smach/issues/107>`_

2.5.2 (2023-06-13)
------------------
* Fix outcome_map disambiguation for Concurrence `#80 <https://github.com/ros/executive_smach/issues/80>`_
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.2</version>
<version>2.5.3</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.3 (2025-02-13)
------------------

2.5.2 (2023-06-13)
------------------

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.2</version>
<version>2.5.3</version>
<description>
this package contains a set of messages that are used by the introspection
interfaces for smach.
Expand Down
3 changes: 3 additions & 0 deletions smach_ros/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package smach_ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.5.3 (2025-02-13)
------------------

2.5.2 (2023-06-13)
------------------
* Fix is_running behaviour in case of exception in the state `#50 <https://github.com/ros/executive_smach/issues/50>`_
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.2</version>
<version>2.5.3</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 816b22a

Please sign in to comment.