From 1c7806d70595accfc8fb45d7bf306943611e17cf Mon Sep 17 00:00:00 2001 From: "george.robertson1" <50412379+georgeRobertson@users.noreply.github.com> Date: Mon, 9 Mar 2026 12:18:35 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.6.1=20=E2=86=92=200.6.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ecd6cd..9a277f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v0.6.2 (2026-03-09) + +### Fix + +- fix issue where formattedtime type not triggering validate correctly (#54) +- fix postcode type to raise error when postcode submitted without space (#53) +- amend arrow file read to use streams +- deal with case sensitivity on file extension derivation (#50) + ## v0.6.1 (2026-02-19) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 6036c9e..3c13da4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nhs_dve" -version = "0.6.1" +version = "0.6.2" description = "`nhs data validation engine` is a framework used to validate data" authors = ["NHS England "] readme = "README.md"