Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 940848c

Browse files
committed
version bump
1 parent a53a95f commit 940848c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* fix issue `#725 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/725>`_ : SetBlackboard can copy entries
8+
* add more unit tests
9+
* fix typos `#721 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/721>`_
10+
* fix: guard macro declaration to prevent redefinition warning
11+
* fix: Rename scoped lock so it doesn't hide the outer lock triggering a compiler warning
12+
* add private ports to exclude from autoremapping `#706 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/706>`_
13+
* fix issue `#713 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/713>`_: getNodesByPath should be const
14+
* Contributors: Davide Faconti, Nestor Gonzalez, Tony Paulussen
15+
516
4.4.2 (2023-11-28)
617
------------------
718
* fix issue `#702 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/702>`_ : output ports require {}

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