File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed
Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 22Changelog 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+
5284.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
Original file line number Diff line number Diff line change 11cmake_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
66set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments