version bump
This commit is contained in:
parent
689fb9f16c
commit
f47b36cbc7
|
@ -2,6 +2,13 @@
|
||||||
Changelog for package behaviortree_cpp
|
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)
|
4.7.1 (2025-05-13)
|
||||||
------------------
|
------------------
|
||||||
* fix ROS CI
|
* fix ROS CI
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
cmake_minimum_required(VERSION 3.16.3) # version on Ubuntu Focal
|
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
|
# create compile_commands.json
|
||||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||||
|
|
Loading…
Reference in New Issue