From 5680822aaef20699bd9e20faa358a01618eef46d Mon Sep 17 00:00:00 2001 From: mrbean-bremen Date: Thu, 25 Jan 2024 19:45:40 +0100 Subject: [PATCH] Release 0.5.0 - adds enum checks, fixes a regression --- CHANGES.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1f09779..85f22d5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,13 +1,14 @@ # Dicom Validator Release Notes The released versions correspond to PyPi releases. -## [Version 0.5.0] (Unreleased) +## [Version 0.5.0](https://pypi.python.org/pypi/dicom-validator/0.5.0) (2024-01-25) +Adds enum checks and fixes a regression. ### Features * added checking of most enumerated values (see [#54](../../issues/54)) ### Fixes -* fixed a regression that causes an exception in the DICOM dump tool +* fixed a regression that causes an exception in the DICOM dump tool (see [#77](../../issues/77)) ### Infrastructure * added CI tests for Python 3.12