Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
David Conner committed Sep 27, 2024
1 parent 7c46fa9 commit 92abd9c
Show file tree
Hide file tree
Showing 23 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions flexbe_behavior_engine/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package flexbe_behavior_engine
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
4.0.1 (2024-09-26)
------------------

4.0.0 (2024-08-24)
------------------
Expand Down
2 changes: 1 addition & 1 deletion flexbe_behavior_engine/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>flexbe_behavior_engine</name>
<version>4.0.0</version>
<version>4.0.1</version>
<description>
A meta-package to aggregate all the FlexBE packages
</description>
Expand Down
4 changes: 2 additions & 2 deletions flexbe_core/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package flexbe_core
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
4.0.1 (2024-09-26)
------------------
* codespell clean up
* exception inside concurrency will get re-thrown to preempt behavior
* report all states in deep_states including containers and finished states
Expand Down
2 changes: 1 addition & 1 deletion flexbe_core/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>flexbe_core</name>
<version>4.0.0</version>
<version>4.0.1</version>
<description>
flexbe_core provides the core components for the FlexBE behavior engine.
</description>
Expand Down
2 changes: 1 addition & 1 deletion flexbe_core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name=PACKAGE_NAME,
version='4.0.0',
version='4.0.1',
packages=find_packages(exclude=['test']),
data_files=[
('share/ament_index/resource_index/packages', ['resource/' + PACKAGE_NAME]),
Expand Down
4 changes: 2 additions & 2 deletions flexbe_input/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package flexbe_input
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
4.0.1 (2024-09-26)
------------------
* codespell clean up
* fix typo in input_action_server

Expand Down
2 changes: 1 addition & 1 deletion flexbe_input/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>flexbe_input</name>
<version>4.0.0</version>
<version>4.0.1</version>
<description>
flexbe_input enables to send data to onboard behavior when required.
</description>
Expand Down
2 changes: 1 addition & 1 deletion flexbe_input/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name=PACKAGE_NAME,
version='4.0.0',
version='4.0.1',
packages=find_packages(exclude=['test']),
data_files=[
('share/ament_index/resource_index/packages', ['resource/' + PACKAGE_NAME]),
Expand Down
4 changes: 2 additions & 2 deletions flexbe_mirror/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package flexbe_mirror
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
4.0.1 (2024-09-26)
------------------
* codespell clean up
* report all states in deep_states including containers and finished states
* re-request outcome on sync request
Expand Down
2 changes: 1 addition & 1 deletion flexbe_mirror/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>flexbe_mirror</name>
<version>4.0.0</version>
<version>4.0.1</version>
<description>
flexbe_mirror implements functionality to remotely mirror an executed behavior.
</description>
Expand Down
2 changes: 1 addition & 1 deletion flexbe_mirror/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name=PACKAGE_NAME,
version='4.0.0',
version='4.0.1',
packages=find_packages(exclude=['test']),
data_files=[
('share/ament_index/resource_index/packages', ['resource/' + PACKAGE_NAME]),
Expand Down
4 changes: 2 additions & 2 deletions flexbe_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package flexbe_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
4.0.1 (2024-09-26)
------------------
* codespell clean up

4.0.0 (2024-08-24)
Expand Down
2 changes: 1 addition & 1 deletion flexbe_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>flexbe_msgs</name>
<version>4.0.0</version>
<version>4.0.1</version>
<description>
flexbe_msgs provides the messages used by FlexBE.
</description>
Expand Down
4 changes: 2 additions & 2 deletions flexbe_onboard/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package flexbe_onboard
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
4.0.1 (2024-09-26)
------------------
* codespell clean up
* rename to flexbe_status_listener with heartbeat and sync updates
* use latched state_map topic
Expand Down
2 changes: 1 addition & 1 deletion flexbe_onboard/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>flexbe_onboard</name>
<version>4.0.0</version>
<version>4.0.1</version>
<description>
flexbe_onboard implements the robot-side of the behavior engine from where all behaviors are started.
</description>
Expand Down
2 changes: 1 addition & 1 deletion flexbe_onboard/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name=package_name,
version='4.0.0',
version='4.0.1',
packages=find_packages(),
data_files=[
(os.path.join('share', package_name), glob('launch/*.launch.py')),
Expand Down
4 changes: 2 additions & 2 deletions flexbe_states/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package flexbe_states
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
4.0.1 (2024-09-26)
------------------
* codespell clean up

4.0.0 (2024-08-24)
Expand Down
2 changes: 1 addition & 1 deletion flexbe_states/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>flexbe_states</name>
<version>4.0.0</version>
<version>4.0.1</version>
<description>
flexbe_states provides a collection of common generic predefined states.
</description>
Expand Down
2 changes: 1 addition & 1 deletion flexbe_states/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name=PACKAGE_NAME,
version='4.0.0',
version='4.0.1',
packages=find_packages(),
data_files=[
('share/ament_index/resource_index/packages', ['resource/' + PACKAGE_NAME]),
Expand Down
4 changes: 2 additions & 2 deletions flexbe_testing/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package flexbe_testing
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
4.0.1 (2024-09-26)
------------------

4.0.0 (2024-08-24)
------------------
Expand Down
2 changes: 1 addition & 1 deletion flexbe_testing/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>flexbe_testing</name>
<version>4.0.0</version>
<version>4.0.1</version>
<description>
flexbe_testing provides a framework for unit testing states.
</description>
Expand Down
4 changes: 2 additions & 2 deletions flexbe_widget/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package flexbe_widget
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
4.0.1 (2024-09-26)
------------------
* codespell clean up
* rename to flexbe_status_listener with heartbeat and sync updates
* use latched state_map topic
Expand Down
2 changes: 1 addition & 1 deletion flexbe_widget/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>flexbe_widget</name>
<version>4.0.0</version>
<version>4.0.1</version>
<description>
flexbe_widget implements some smaller scripts for the behavior engine.
</description>
Expand Down

0 comments on commit 92abd9c

Please sign in to comment.