Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Conner committed May 1, 2024
1 parent ebe530d commit ad23d06
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/flexbe_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,16 @@ jobs:
test:
strategy:
matrix:
ros: [humble] # , iron, rolling]
ros: [iron, rolling]
include:
- os: ubuntu-22.04
ros: humble
ros: iron
ci_branch: ros2-devel
python: python3
- os: ubuntu-24.04
ros: rolling
python: python3
ci_branch: ros2-devel
# - os: ubuntu-22.04
# ros: iron
# ci_branch: ros2-devel
# python: python3
# - os: ubuntu-22.04
# ros: rolling
# python: python3
# ci_branch: ros2-devel

runs-on: ${{ matrix.os }}
env:
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package flexbe_app
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
4.0.0 (2024-05-01)
------------------
* add state_id and type to state structure; bump to version 4.x.x for UI version
* this version requires version 3.x.x of the flexbe_behavior_engine

Expand Down
2 changes: 1 addition & 1 deletion 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_app</name>
<version>3.1.3</version>
<version>4.0.0</version>
<description>
flexbe_app provides a user interface (editor + runtime control) for the FlexBE behavior engine.
</description>
Expand Down

0 comments on commit ad23d06

Please sign in to comment.