We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98c2ac commit 1aa02f2Copy full SHA for 1aa02f2
CHANGELOG.rst
@@ -2,8 +2,8 @@
2
Changelog for package behaviortree_cpp
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
5
-Forthcoming
6
------------
+4.6.1 (2024-05-20)
+------------------
7
* remove flatbuffers from public API and old file_logger
8
* fix issue `#824 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/824>`_: use global in Blackboard::set
9
* Add test for setting a global blackboard entry using a node's output port `#823 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/823>`_
package.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0"?>
<package format="3">
<name>behaviortree_cpp</name>
- <version>4.6.0</version>
+ <version>4.6.1</version>
<description>
This package provides the Behavior Trees core library.
</description>
0 commit comments