version bump

This commit is contained in:
Davide Faconti 2025-05-29 12:31:37 +02:00
parent 689fb9f16c
commit f47b36cbc7
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
Changelog for package behaviortree_cpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
* Fix issue `#978 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/978>`_ : skipped was not working properly
* Added codespell as a pre-commit hook. (`#977 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/977>`_)
* fix: Make impossible to accidentally copy JsonExporter singleton (`#975 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/975>`_)
* Contributors: Davide Faconti, Leander Stephen D'Souza, tony-p
4.7.1 (2025-05-13)
------------------
* fix ROS CI

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16.3) # version on Ubuntu Focal
project(behaviortree_cpp VERSION 4.7.1 LANGUAGES C CXX)
project(behaviortree_cpp VERSION 4.7.2 LANGUAGES C CXX)
# create compile_commands.json
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)