We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee39a0 commit 2d886acCopy full SHA for 2d886ac
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v0.5.1 (2026-01-28)
2
+
3
+### Fix
4
5
+- re-add audit table logging after accidental removal
6
+- deal with pathing assumption that file had been moved to processed_file_path during file transformation
7
8
## v0.5.0 (2026-01-16)
9
10
### Feat
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nhs_dve"
-version = "0.5.0"
+version = "0.5.1"
description = "`nhs data validation engine` is a framework used to validate data"
authors = ["NHS England <[email protected]>"]
readme = "README.md"
0 commit comments