File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 2
2
Changelog for package behaviortree_cpp
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ Forthcoming
6
+ -----------
7
+ * fix ROS CI
8
+ * Add action to publish Doxygen documentation as GH Page (`#972 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/972 >`_)
9
+ * Update Doxyfile
10
+ * Make BT::Any: :copyInto const (`#970 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/970 >`_)
11
+ * more changes related to TestNode
12
+ * Contributors: David Sobek, Davide Faconti, Marcus Ebner von Eschenbach
13
+
5
14
4.7.0 (2025-04-24)
6
15
------------------
7
16
* change TestNodeConfig preferred constructor
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.16.3 ) # version on Ubuntu Focal
2
2
3
- project (behaviortree_cpp VERSION 4.7.0 LANGUAGES C CXX )
3
+ project (behaviortree_cpp VERSION 4.7.1 LANGUAGES C CXX )
4
4
5
5
# create compile_commands.json
6
6
set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
You can’t perform that action at this time.
0 commit comments