We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a7d18 commit 25f0795Copy full SHA for 25f0795
2 files changed
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## v0.7.0 (2026-03-12)
2
+
3
+### Feat
4
5
+- add row index (#57)
6
+- add option in csv readers to clean and null empty strings (#64)
7
8
+### Fix
9
10
+- add ability to strictly enforce date format in conformatteddate (#70)
11
+- add postcode type to model gen (#69)
12
13
## v0.6.2 (2026-03-09)
14
15
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "data-validation-engine"
-version = "0.6.2"
+version = "0.7.0"
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