Skip to content

Commit 24c2f48

Browse files
committed
bump: version 0.8.4 → 0.9.0
1 parent fd4dd88 commit 24c2f48

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
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

pyproject.toml

Lines changed: 2 additions & 2 deletions
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.9.0rc0"
28+
version = "0.9.0"
2929
packages = [
3030
{ include = "dve", from = "src" },
3131
]
@@ -292,7 +292,7 @@ redefining-builtins-modules = [
292292

293293
[tool.commitizen]
294294
name = "cz_conventional_commits"
295-
tag_format = "v$major.$minor.$patch"
295+
tag_format = "v$major.$minor.${patch}$prerelease"
296296
version_scheme = "pep440"
297297
version_provider = "poetry"
298298
update_changelog_on_bump = true

0 commit comments

Comments
 (0)