From d474dc744cd25730dbd58ddab3a95b7340d99fc0 Mon Sep 17 00:00:00 2001 From: Eduardo Rodrigues Date: Tue, 4 Jul 2023 08:20:20 +0200 Subject: [PATCH] Prepare for release 0.23.0 --- docs/CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 55ceb9bf..c4116a01 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,20 @@ Changelog ========= +Version 0.23.0 +-------------- + +July 4th, 2023 + +- Data files: + - Added the 2023 PDG data table file, now default. + - Version 13 of package CSV data files: + - Since PDG 2023 information now the default. + - Removed superseded data files from 2018-2020. +- Tests: + - Updates to pre-commit hooks. + + Version 0.22.1 --------------