Skip to content

Commit 0816028

Browse files
bump: version 0.8.3 → 0.9.0rc0
1 parent 6254044 commit 0816028

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.9.0 (2026-07-16)
2+
3+
### Fix
4+
5+
- inherit is_mandatory with get_type_and_validators
6+
- adjusted the `is_type_complex` function to work with subclasses of 'simple' types
7+
8+
### Refactor
9+
10+
- upgrade pydantic to v2 (#107)
11+
112
## v0.8.3 (2026-07-14)
213

314
### Fix

pyproject.toml

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

2727
[tool.poetry]
28-
version = "0.8.3"
28+
version = "0.9.0rc0"
2929
packages = [
3030
{ include = "dve", from = "src" },
3131
]

0 commit comments

Comments
 (0)