Skip to content

Commit 817db5b

Browse files
committed
prepare release
1 parent f281703 commit 817db5b

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
Changelog for package behaviortree_cpp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* extend the Groot example to reproduce issues with arrays
8+
* add tool to generate XML models
9+
* add documentation to classes
10+
* sort includes with clang format
11+
* add new name validation rules
12+
* add claude file
13+
* detect duplicated instance names
14+
* cleanup doc
15+
* add contributors guide
16+
* move and cleanup tests
17+
* Contributors: Davide Faconti
18+
519
4.8.3 (2025-12-29)
620
------------------
721
* minor change

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.16.3) # version on Ubuntu Focal
22

3-
project(behaviortree_cpp VERSION 4.8.3 LANGUAGES C CXX)
3+
project(behaviortree_cpp VERSION 4.8.4 LANGUAGES C CXX)
44

55
# create compile_commands.json
66
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

0 commit comments

Comments
 (0)