Skip to content

Commit 079891b

Browse files
bump: version 0.4.0 → 0.5.0
1 parent 2112325 commit 079891b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v0.5.0 (2026-01-16)
2+
3+
### Feat
4+
5+
- added entity name override option in data contract error details to align with business rules
6+
7+
### Fix
8+
9+
- Amend relation to python dictionaries approach as using polars (… (#25)
10+
- fix issue where reporting_entity resulted in key fields being removed from error reports (#23)
11+
12+
### Refactor
13+
14+
- added reporting_period_start and end attribute to submission_info model (#28)
15+
- rename "Grouping" to "Group"
16+
- rename the column headers for elements of the error report
17+
118
## v0.4.0 (2025-12-17)
219

320
### 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.4.0"
3+
version = "0.5.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)