Skip to content

Commit bf74379

Browse files
bump: v0.1.0 -> 0.2.0
1 parent 652a77d commit bf74379

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
1+
## v0.2.0 (2025-11-12)
2+
3+
### Refactor
4+
5+
- ensure dve working on python 3.10
6+
- ensure dve working on python 3.11
7+
8+
### BREAKING CHANGE
9+
10+
- Numerous typing updates that will make this codebase unusable below python 3.9
11+
12+
note - this does not mean the package will work on python 3.9. Minimum working version is 3.10.
13+
14+
### Feat
15+
16+
- added functionality to allow error messages in business rules t… (#8)
17+
18+
### Refactor
19+
20+
- bump pylint to work correctly with py3.11 and fix numerous linting issues
21+
122
## 0.1.0 (2025-11-10)
223

24+
*NB - This was previously v1.0.0 and v1.1.0 but has been rolled back into a 0.1.0 release to reflect lack of package stability.*
25+
326
### Feat
427

528
- Added ability to define custom error codes and templated messages for data contract feedback messages

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.1.0"
3+
version = "0.2.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)