Skip to content

Commit a753f10

Browse files
build(version): 🔖 update version from 0.9.21 to 0.9.22
1 parent 1c178c6 commit a753f10

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "0.9.21"
2+
version = "0.9.22"
33
bump_message = "build(version): :bookmark: update version from $current_version to $new_version"
44
version_schema = "semver"
55
version_files = [

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: osdc
33
Title: Open Source Diabetes Classifier for Danish Registers
4-
Version: 0.9.21
4+
Version: 0.9.22
55
Authors@R: c(
66
person(c("Signe", "Kirk"), "Brødbæk", , "signekb@clin.au.dk", role = "aut",
77
comment = c(ORCID = "0009-0000-2208-7088")),

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ generated based on our commit messages that follow the
77
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
88
standard.
99

10+
## 0.9.22 (2026-02-27)
11+
12+
### Fix
13+
14+
- :bug: support type checking of variables with multiple classes in R (#493)
15+
1016
## 0.9.21 (2026-02-19)
1117

1218
### Refactor

0 commit comments

Comments
 (0)