We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32fe565 commit 649092aCopy full SHA for 649092a
2 files changed
CHANGELOG.md
@@ -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
8
## v0.7.4 (2026-04-17)
9
10
### Fix
pyproject.toml
@@ -24,7 +24,7 @@ Issues = "https://github.com/NHSDigital/data-validation-engine/issues"
24
Changelog = "https://github.com/NHSDigital/data-validation-engine/blob/main/CHANGELOG.md"
25
26
[tool.poetry]
27
-version = "0.7.4"
+version = "0.7.5"
28
packages = [
29
{ include = "dve", from = "src" },
30
]
0 commit comments