Skip to content

Commit 25f0795

Browse files
committed
bump: version 0.6.2 → 0.7.0
1 parent 14a7d18 commit 25f0795

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
113
## v0.6.2 (2026-03-09)
214

315
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "data-validation-engine"
3-
version = "0.6.2"
3+
version = "0.7.0"
44
description = "`nhs data validation engine` is a framework used to validate data"
55
authors = ["NHS England <england.contactus@nhs.net>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)