Skip to content

Commit 81baa59

Browse files
committed
prepare release
1 parent 3d1b117 commit 81baa59

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

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

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+
517
4.4.1 (2023-11-12)
618
------------------
719
* erase server_port+1

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