Skip to content

Commit 649092a

Browse files
committed
bump: version 0.7.4 → 0.7.5
1 parent 32fe565 commit 649092a

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.7.5 (2026-04-29)
2+
3+
### Fix
4+
5+
- configured refdata loader to be instantiated when required without need for class vars (#98)
6+
- failures not being properly audited in foundry pipeline #94
7+
18
## v0.7.4 (2026-04-17)
29

310
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Issues = "https://github.com/NHSDigital/data-validation-engine/issues"
2424
Changelog = "https://github.com/NHSDigital/data-validation-engine/blob/main/CHANGELOG.md"
2525

2626
[tool.poetry]
27-
version = "0.7.4"
27+
version = "0.7.5"
2828
packages = [
2929
{ include = "dve", from = "src" },
3030
]

0 commit comments

Comments
 (0)