We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a63b69 commit 1c7806dCopy full SHA for 1c7806d
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## v0.6.2 (2026-03-09)
2
+
3
+### Fix
4
5
+- fix issue where formattedtime type not triggering validate correctly (#54)
6
+- fix postcode type to raise error when postcode submitted without space (#53)
7
+- amend arrow file read to use streams
8
+- deal with case sensitivity on file extension derivation (#50)
9
10
## v0.6.1 (2026-02-19)
11
12
### Fix
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 <england.contactus@nhs.net>"]
readme = "README.md"
0 commit comments