From ffb2ab46db7f390aacccb339d794c1204e7bdaf0 Mon Sep 17 00:00:00 2001 From: Eduardo Rodrigues Date: Wed, 29 May 2024 14:32:13 +0200 Subject: [PATCH] Prepare for release 0.18.3 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ca78134..2be38c82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## Version 0.18.3 (2024-05-29) + +* Parsing of decay files (aka .dec files): + - Added new EvtGen models for full support for all known Belle-II and LHCb models. +* Dependencies: + - Support for Python 3.12 added and support for Python 3.7 removed. +* Miscellaneous: + - Moved to PyPI Trusted Publishers. + - Use Ruff format instead of Black. +* CI and tests: + - Updates to pre-commit hooks and CI YAML files. + ## Version 0.18.2 (2024-02-08) * Parsing of decay files (aka .dec files):