Skip to content

Commit f204f94

Browse files
authored
chore(main): release 0.17.0 (#235)
1 parent 119ab42 commit f204f94

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.16.0"
2+
".": "0.17.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.17.0](https://github.com/varfish-org/clinvar-this/compare/v0.16.0...v0.17.0) (2024-06-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* adjust ClinVar XML parsing to cardinality fixes ([#233](https://github.com/varfish-org/clinvar-this/issues/233)) (#234)
9+
10+
### Bug Fixes
11+
12+
* adjust ClinVar XML parsing to cardinality fixes ([#233](https://github.com/varfish-org/clinvar-this/issues/233)) ([#234](https://github.com/varfish-org/clinvar-this/issues/234)) ([119ab42](https://github.com/varfish-org/clinvar-this/commit/119ab42ffadfb0d10ee58b3f855bd0cbf9eee825))
13+
314
## [0.16.0](https://github.com/varfish-org/clinvar-this/compare/v0.15.5...v0.16.0) (2024-05-31)
415

516

clinvar_this/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.16.0"
1+
__version__ = "0.17.0"

0 commit comments

Comments
 (0)