Skip to content

Commit aa9efeb

Browse files
committed
bump: version 1.0.0 → 1.1.0
1 parent 5d4442f commit aa9efeb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v1.1.0 (2025-10-28)
2+
3+
### Feat
4+
5+
- tweaked json schemas for contract error details. Fixed failing unit test
6+
- sorted linting. Added json schema docs
7+
- improved movies dataset test coverage. Added testing for spark and duckdb refdata loaders when table config specified.
8+
- further refinement of movies test dataset.
9+
- small fixes and movies dataset working up to end of data contract
10+
- bug fixes with readers and base pipeline. Added spark csv reader. Added new dischema files for tests
11+
- added support for nested fields when configuring custom error details for data contract. Includes accessing nested error values in error messages.
12+
- initial work to add custom error messages to data contract
13+
114
## 1.0.0 (2025-10-09)
215

316
### Refactor

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 = "1.0.0"
3+
version = "1.1.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)