Skip to content

Commit 93e59ca

Browse files
bump: version 0.6.0 → 0.6.1
1 parent 323522e commit 93e59ca

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.6.1 (2026-02-19)
2+
3+
### Fix
4+
5+
- ensure that captured errors during business rule evaluation are being captured and logged
6+
- included submission status (with additional processing failure check) in error report population to reduce chance of incorrect status
7+
- issue with si filename handling when the filename contains special chars
8+
19
## v0.6.0 (2026-02-16)
210

311
### Feat

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.0"
3+
version = "0.6.1"
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)