We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8467a commit 9b8f3f5Copy full SHA for 9b8f3f5
2 files changed
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## v0.5.2 (2026-02-02)
2
+
3
+### Refactor
4
5
+- allow passing of custom loggers into pipeline objects
6
+- ensure traceback in broad exceptions
7
+- improve the logging around dve processing errors and align reporting to module name rather than legacy name
8
+- add sense check for text based file (#32)
9
10
## v0.5.1 (2026-01-28)
11
12
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nhs_dve"
-version = "0.5.1"
+version = "0.5.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