Skip to content

Commit 871848f

Browse files
committed
release 4.8.3
1 parent ff0830a commit 871848f

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.rst

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

5+
4.8.3 (2025-12-29)
6+
------------------
7+
* minor change
8+
* remove nolint
9+
* Entry should be non copyable
10+
* miscellaneus
11+
* fix
12+
* run clang tidy in CI
13+
* fix remaining warnings
14+
* apply the rulke of 5
15+
* fix compilation in c++17
16+
* add clang tidy and fix warnings
17+
* update copyright year
18+
* add unit test
19+
* fix multiple issues with SimpleString
20+
* Merge pull request `#1043 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/1043>`_ from uilianries/fix/cppzmq-visibility
21+
[fix] Make cppzmq as public dependency to avoid linkage errors for tools
22+
* Turn cppzmq dependency public
23+
* Restore Star History and add Contributors section
24+
Reintroduced the Star History section and added Contributors section to the README.
25+
* Update copyright year in README.md
26+
* Contributors: Davide Faconti, Uilian Ries
27+
528
4.8.2 (2025-10-30)
629
------------------
730
* Merge pull request `#996 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/996>`_ from EnjoyRobotics/make-sequence-node-inheritable

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.8.2 LANGUAGES C CXX)
3+
project(behaviortree_cpp VERSION 4.8.3 LANGUAGES C CXX)
44

55
# create compile_commands.json
66
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>behaviortree_cpp</name>
4-
<version>4.8.2</version>
4+
<version>4.8.3</version>
55
<description>
66
This package provides the Behavior Trees core library.
77
</description>

0 commit comments

Comments
 (0)