We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dcef6c commit 2b4dc5bCopy full SHA for 2b4dc5b
CHANGELOG.rst
@@ -2,6 +2,9 @@
2
Changelog for package behaviortree_cpp
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
5
+Forthcoming
6
+-----------
7
+
8
4.8.0 (2025-10-14)
9
------------------
10
* fix issue in destruction order
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.16.3) # version on Ubuntu Focal
-project(behaviortree_cpp VERSION 4.8.0 LANGUAGES C CXX)
+project(behaviortree_cpp VERSION 4.8.1 LANGUAGES C CXX)
# create compile_commands.json
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
0 commit comments