Skip to content

Commit 19a5b50

Browse files
committedJan 23, 2024
prepare release
1 parent 23ebec8 commit 19a5b50

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Changelog for package behaviortree_cpp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Support enums and real numbers in Node Switch
8+
* improve Any::castPtr and add example
9+
* fix issue `#748 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/748>`_ : static error messages
10+
* Merge pull request `#746 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/746>`_ from galou/snprintf
11+
Use snprintf instead of sprintf
12+
* Use snprintf instead of sprintf
13+
- Augment the buffer size on doc error.
14+
- Let sprintf in switch_node.h since the max. string length is known.
15+
* Contributors: Davide Faconti, Gaël Écorchard
16+
517
4.5.0 (2024-01-10)
618
------------------
719
* fix typo in unit test `#733 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/733>`_

‎CMakeLists.txt

+1-1
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.5.0 LANGUAGES C CXX)
3+
project(behaviortree_cpp VERSION 4.5.1 LANGUAGES C CXX)
44

55
set(CMAKE_CONFIG_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_LIST_DIR}/cmake")
66
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CONFIG_PATH}")

0 commit comments

Comments
 (0)