From 2fd70176b3802a6aabbf8a4a626d62a2ed9accca Mon Sep 17 00:00:00 2001 From: Isaac Saito <130s@2000.jukuin.keio.ac.jp> Date: Fri, 14 Jul 2023 18:46:45 -0400 Subject: [PATCH] 3.0.3 --- executive_smach/CHANGELOG.rst | 4 ++++ executive_smach/package.xml | 2 +- smach/CHANGELOG.rst | 4 ++++ smach/package.xml | 2 +- smach/setup.py | 2 +- smach_msgs/CHANGELOG.rst | 4 ++++ smach_msgs/package.xml | 2 +- smach_ros/CHANGELOG.rst | 3 +++ smach_ros/package.xml | 2 +- smach_ros/setup.py | 2 +- 10 files changed, 21 insertions(+), 6 deletions(-) diff --git a/executive_smach/CHANGELOG.rst b/executive_smach/CHANGELOG.rst index 5c1f9ff..18d7cf3 100644 --- a/executive_smach/CHANGELOG.rst +++ b/executive_smach/CHANGELOG.rst @@ -2,6 +2,10 @@ Changelog for package executive_smach ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +3.0.3 (2023-07-14) +------------------ +* Fix: Buildfarm issue https://github.com/ros/executive_smach/issues/111 + 3.0.2 (2023-06-29) ------------------ * Fix `#92 `_ diff --git a/executive_smach/package.xml b/executive_smach/package.xml index 500faac..64b24b8 100644 --- a/executive_smach/package.xml +++ b/executive_smach/package.xml @@ -2,7 +2,7 @@ executive_smach - 3.0.2 + 3.0.3 This metapackage depends on the SMACH library and ROS SMACH integration packages. diff --git a/smach/CHANGELOG.rst b/smach/CHANGELOG.rst index b07a4b2..125e457 100644 --- a/smach/CHANGELOG.rst +++ b/smach/CHANGELOG.rst @@ -2,6 +2,10 @@ Changelog for package smach ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +3.0.3 (2023-07-14) +------------------ +* Fix: Buildfarm issue https://github.com/ros/executive_smach/issues/111 + 3.0.2 (2023-06-29) ------------------ * Fix `#92 `_ diff --git a/smach/package.xml b/smach/package.xml index 63e4b67..9193c18 100644 --- a/smach/package.xml +++ b/smach/package.xml @@ -2,7 +2,7 @@ smach - 3.0.2 + 3.0.3 SMACH is a task-level architecture for rapidly creating complex robot behavior. At its core, SMACH is a ROS-independent Python library to build diff --git a/smach/setup.py b/smach/setup.py index 09e3ac4..5ec13f9 100644 --- a/smach/setup.py +++ b/smach/setup.py @@ -7,7 +7,7 @@ setup( name=package_name, - version='3.0.2', + version='3.0.3', packages=[package_name], install_requires=['setuptools'], zip_safe=True, diff --git a/smach_msgs/CHANGELOG.rst b/smach_msgs/CHANGELOG.rst index ca516a0..55421e4 100644 --- a/smach_msgs/CHANGELOG.rst +++ b/smach_msgs/CHANGELOG.rst @@ -2,6 +2,10 @@ Changelog for package smach_msgs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +3.0.3 (2023-07-14) +------------------ +* Fix: Buildfarm issue https://github.com/ros/executive_smach/issues/111 + 3.0.2 (2023-06-29) ------------------ diff --git a/smach_msgs/package.xml b/smach_msgs/package.xml index ece9fe7..36bcdf9 100644 --- a/smach_msgs/package.xml +++ b/smach_msgs/package.xml @@ -2,7 +2,7 @@ smach_msgs - 3.0.2 + 3.0.3 this package contains a set of messages that are used by the introspection interfaces for smach. diff --git a/smach_ros/CHANGELOG.rst b/smach_ros/CHANGELOG.rst index 82f4231..cd1d3ef 100644 --- a/smach_ros/CHANGELOG.rst +++ b/smach_ros/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package smach_ros ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +3.0.3 (2023-07-14) +------------------ + 3.0.2 (2023-06-29) ------------------ diff --git a/smach_ros/package.xml b/smach_ros/package.xml index 01ab46d..2730c8d 100644 --- a/smach_ros/package.xml +++ b/smach_ros/package.xml @@ -2,7 +2,7 @@ smach_ros - 3.0.2 + 3.0.3 The smach_ros package contains extensions for the SMACH library to integrate it tightly with ROS. For example, SMACH-ROS can call diff --git a/smach_ros/setup.py b/smach_ros/setup.py index 6b2c963..ee3b4cf 100644 --- a/smach_ros/setup.py +++ b/smach_ros/setup.py @@ -7,7 +7,7 @@ setup( name=package_name, - version='3.0.2', + version='3.0.3', packages=[package_name], install_requires=['setuptools'], zip_safe=True,