From 2c5a3a6846244d4e06668b55d0f314bee4715508 Mon Sep 17 00:00:00 2001 From: sol1105 <10836031+sol1105@users.noreply.github.com> Date: Thu, 28 May 2026 14:34:40 +0200 Subject: [PATCH] Updated HISTORY.rst --- HISTORY.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index ee5dab6..87e3ff1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,13 @@ +0.5.1 (2026-05-28) +------------------ + +Bug Fixes +^^^^^^^^^ + +* Fix for reference dataset blocks accumulating when viewing multiple QC results one after another with ``display_qc_results.html`` (commit caffe55e85408464ec4bf12ac57922d138119f39). +* Compatibility fix for newer ``compliance-checker`` versions (>= 6.1.0): Handling ``:latest`` as supplied checker version (commit 62263ea7dc3c8cb59e282886b4dcb665f95f2771). +* Fixed checker ``wcrp_cmip7`` lacking configuration (checker options) for inter-file and inter-dataset consistency checks (commit 83358b38ad734e19a9dee851980441dbeea65a7d). + 0.5.0 (2026-02-06) ------------------