We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2e501 commit baf6589Copy full SHA for baf6589
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+## v0.4.0 (2025-12-17)
2
+
3
+### Feat
4
5
+- add persistance of error aggregates to pipeline
6
+- add Foundry pipeline
7
8
+### Fix
9
10
+- issue where templated error messages would not correctly format when passing in parameter values
11
12
+### Refactor
13
14
+- include submission status for services passthrough
15
16
## v0.3.0 (2025-11-19)
17
18
### Feat
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nhs_dve"
-version = "0.3.0"
+version = "0.4.0"
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