Skip to content

Commit 5075380

Browse files
committed
prepare release
1 parent 60a0efb commit 5075380

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

CHANGELOG.rst

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

5-
4.3.2 (2023-06-27)
6-
------------------
7-
* fix `#595 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/595>`_ : improvement in blackboard/scripting types (`#597 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/597>`_)
8-
* Fix Issue 593 (`#594 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/594>`_): support skipping in Parallel node
9-
* adding ParallelAll
10-
* Contributors: Davide Faconti
5+
Forthcoming
6+
-----------
7+
* Fix error #617 in TestNode
8+
* minitrace updated
9+
* fix issue #615 : don't execute preconditions if state is RUNNING
10+
* README.md
11+
* fix issue `#605 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/605>`_: strip whitespaces and better error message
12+
* Export cxx-standard with target. (`#604 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/604>`_)
13+
* feature `#603 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/603>`_: add static method [std::string description()] to manifest
14+
* fix issue with move semantic
15+
* Contributors: Davide Faconti, Sebastian Kasperski
1116

1217
4.3.3 (2023-07-05)
1318
------------------
@@ -30,6 +35,13 @@ Changelog for package behaviortree_cpp
3035
* adding ParallelAll, WIP
3136
* Contributors: Davide Faconti, Oleksandr Perepadia
3237

38+
4.3.2 (2023-06-27)
39+
------------------
40+
* fix `#595 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/595>`_ : improvement in blackboard/scripting types (`#597 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/597>`_)
41+
* Fix Issue 593 (`#594 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/594>`_): support skipping in Parallel node
42+
* adding ParallelAll
43+
* Contributors: Davide Faconti
44+
3345
4.3.1 (2023-06-21)
3446
------------------
3547
* fix issue `#592 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/592>`_

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.3.3 LANGUAGES C CXX)
3+
project(behaviortree_cpp VERSION 4.3.4 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)