Skip to content

Commit

Permalink
Merge pull request #113 from 130s/release-3.0.3
Browse files Browse the repository at this point in the history
3.0.3
  • Loading branch information
130s authored Jul 14, 2023
2 parents 5718621 + 2fd7017 commit f14c51a
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 6 deletions.
4 changes: 4 additions & 0 deletions executive_smach/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/ros/executive_smach/issues/92>`_
Expand Down
2 changes: 1 addition & 1 deletion executive_smach/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>executive_smach</name>
<version>3.0.2</version>
<version>3.0.3</version>
<description>
This metapackage depends on the SMACH library and ROS SMACH integration
packages.
Expand Down
4 changes: 4 additions & 0 deletions smach/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/ros/executive_smach/issues/92>`_
Expand Down
2 changes: 1 addition & 1 deletion smach/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>smach</name>
<version>3.0.2</version>
<version>3.0.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
2 changes: 1 addition & 1 deletion smach/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 4 additions & 0 deletions smach_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------

Expand Down
2 changes: 1 addition & 1 deletion smach_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>smach_msgs</name>
<version>3.0.2</version>
<version>3.0.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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.0.3 (2023-07-14)
------------------

3.0.2 (2023-06-29)
------------------

Expand Down
2 changes: 1 addition & 1 deletion smach_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>smach_ros</name>
<version>3.0.2</version>
<version>3.0.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
2 changes: 1 addition & 1 deletion smach_ros/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f14c51a

Please sign in to comment.