File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## v0.9.0 (2026-07-16)
1+ ## v0.9.0 (2026-08-12)
2+
3+ ### Fix
4+
5+ - alphanumeric and identifier type (#136 )
6+
7+ ## v0.9.0rc0 (2026-07-16)
28
39### Fix
410
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Issues = "https://github.com/NHSDigital/data-validation-engine/issues"
2525Changelog = " https://github.com/NHSDigital/data-validation-engine/blob/main/CHANGELOG.md"
2626
2727[tool .poetry ]
28- version = " 0.9.0rc0 "
28+ version = " 0.9.0 "
2929packages = [
3030 { include = " dve" , from = " src" },
3131]
@@ -292,7 +292,7 @@ redefining-builtins-modules = [
292292
293293[tool .commitizen ]
294294name = " cz_conventional_commits"
295- tag_format = " v$major.$minor.$patch"
295+ tag_format = " v$major.$minor.${ patch}$prerelease "
296296version_scheme = " pep440"
297297version_provider = " poetry"
298298update_changelog_on_bump = true
You can’t perform that action at this time.
0 commit comments