Skip to content

Commit baf6589

Browse files
committed
bump: version 0.3.0 → 0.4.0
1 parent 3b2e501 commit baf6589

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
116
## v0.3.0 (2025-11-19)
217

318
### 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.3.0"
3+
version = "0.4.0"
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)