diff --git a/CMakeLists.txt b/CMakeLists.txt index faaf1e1245c37571be423dac27b4177770e6ec80..1fa7e5a1b608bbb453c2ebb8cfcd136ef3fe3372 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.15) -project(Analysis VERSION 41.13 +project(Analysis VERSION 41.14 LANGUAGES CXX) # Enable testing with CTest/CDash diff --git a/ReleaseNotes/v41r14.md b/ReleaseNotes/v41r14.md new file mode 100644 index 0000000000000000000000000000000000000000..39c85b0c8772de09ca1f8479e5ff21d6c9d59373 --- /dev/null +++ b/ReleaseNotes/v41r14.md @@ -0,0 +1,24 @@ +2023-10-13 Analysis v41r14 +=== + +This version uses +Rec [v35r20](../../../../Rec/-/tags/v35r20), +Lbcom [v34r19](../../../../Lbcom/-/tags/v34r19), +LHCb [v54r19](../../../../LHCb/-/tags/v54r19), +Detector [v1r22](../../../../Detector/-/tags/v1r22), +Gaudi [v36r16](../../../../Gaudi/-/tags/v36r16) and +LCG [103](http://lcginfo.cern.ch/release/103/) with ROOT 6.28.00. + +This version is released on the `master` branch. +Built relative to Analysis [v41r13](/../../tags/v41r13), with the following changes: + + +### Enhancements ~enhancement + +- Add Clang formatting as a pre-commit hook following Gaudi, !1013 (@erodrigu) + + +### Code cleanups and changes to tests ~modernisation ~cleanup ~testing + +- ~Tuples | Add functorcollection for Hlt2 TisTos, !997 (@oozcelik) +- Pre-commit updates, !1015 (@erodrigu)