File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 2
2
Changelog for package behaviortree_cpp
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ Forthcoming
6
+ -----------
7
+ * fix issue `#702 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/702 >`_ : output ports require {}
8
+ * Merge pull request `#691 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/691 >`_ from galou/small_refactor_and_doc
9
+ Small code refactor, log- and doc changes
10
+ * Merge pull request `#701 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/701 >`_ from tony-p/fix/file-loggers-protected
11
+ fix: ensure public get config overload is used
12
+ * ci: use pixi github action
13
+ * fix: ensure public get config overload is used
14
+ * Small code refactor, log- and doc changes
15
+ * Contributors: Davide Faconti, Gaël Écorchard, Tony Paulussen
16
+
5
17
4.4.1 (2023-11-12)
6
18
------------------
7
19
* erase server_port+1
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.16.3 ) # version on Ubuntu Focal
2
2
3
- project (behaviortree_cpp VERSION 4.4.1 LANGUAGES C CXX )
3
+ project (behaviortree_cpp VERSION 4.4.2 LANGUAGES C CXX )
4
4
5
5
set (CMAKE_CONFIG_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_LIST_DIR} /cmake" )
6
6
list (APPEND CMAKE_MODULE_PATH "${CMAKE_CONFIG_PATH} " )
You can’t perform that action at this time.
0 commit comments