Skip to content

Commit 9b8f3f5

Browse files
bump: version 0.5.1 → 0.5.2
1 parent ab8467a commit 9b8f3f5

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
## v0.5.1 (2026-01-28)
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.5.1"
3+
version = "0.5.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)