File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-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 issue `#978 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/978 >`_ : skipped was not working properly
8
+ * Added codespell as a pre-commit hook. (`#977 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/977 >`_)
9
+ * fix: Make impossible to accidentally copy JsonExporter singleton (`#975 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/975 >`_)
10
+ * Contributors: Davide Faconti, Leander Stephen D'Souza, tony-p
11
+
5
12
4.7.1 (2025-05-13)
6
13
------------------
7
14
* fix ROS CI
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.1 LANGUAGES C CXX )
3
+ project (behaviortree_cpp VERSION 4.7.2 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