From 143435dd118a73386e3633c0efb3518568e5c1a1 Mon Sep 17 00:00:00 2001 From: Nathan Brei Date: Tue, 30 Jul 2024 16:44:27 -0400 Subject: [PATCH] Bump version number to 2.3.1 --- CMakeLists.txt | 2 +- docs/Download.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 34fa3eaf9..5d0d20eac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) cmake_policy(SET CMP0074 NEW) # find_package() uses _ROOT implicit hints -project(jana2 VERSION 2.3.0) +project(jana2 VERSION 2.3.1) set(CMAKE_POSITION_INDEPENDENT_CODE ON) # Enable -fPIC for all targets diff --git a/docs/Download.md b/docs/Download.md index 29a640e2a..e74fe2c43 100644 --- a/docs/Download.md +++ b/docs/Download.md @@ -25,6 +25,13 @@ title: JANA: Multi-threaded HENP Event Reconstruction - [See online doxygen documentation](http://www.jlab.org/JANA/jana_doc_latest/index.html) - [Download doxygen documentation](http://www.jlab.org/JANA/jana_doc_latest.tar.gz) +### 2.3.1 +This release fixes a bug which caused the `janadot` plugin to stop producing output. It also drops support for Podio <= 00-17 by replacing the user-provided `PodioTypeMap` with the built-in `PodioT::collection_type`. + +- [See release on GitHub](https://github.com/JeffersonLab/JANA2/releases/tag/v2.3.1) +- [See online doxygen documentation](http://www.jlab.org/JANA/jana_doc_2.3.1/index.html) +- [Download doxygen documentation](http://www.jlab.org/JANA/jana_doc_2.3.1.tar.gz) + ### 2.3.0 - [See release on GitHub](https://github.com/JeffersonLab/JANA2/releases/tag/v2.3.0) - [See online doxygen documentation](http://www.jlab.org/JANA/jana_doc_2.3.0/index.html)