Skip to content

Commit 1c7806d

Browse files
bump: version 0.6.1 → 0.6.2
1 parent 4a63b69 commit 1c7806d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
## v0.6.1 (2026-02-19)
211

312
### 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 = "nhs_dve"
3-
version = "0.6.1"
3+
version = "0.6.2"
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)