Skip to content

Commit

Permalink
chore(main): release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
varfish-bot committed Jun 7, 2024
1 parent 119ab42 commit bcef683
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.16.0"
".": "0.17.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.17.0](https://github.com/varfish-org/clinvar-this/compare/v0.16.0...v0.17.0) (2024-06-07)


### ⚠ BREAKING CHANGES

* adjust ClinVar XML parsing to cardinality fixes ([#233](https://github.com/varfish-org/clinvar-this/issues/233)) (#234)

### Bug Fixes

* 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))

## [0.16.0](https://github.com/varfish-org/clinvar-this/compare/v0.15.5...v0.16.0) (2024-05-31)


Expand Down
2 changes: 1 addition & 1 deletion clinvar_this/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.16.0"
__version__ = "0.17.0"

0 comments on commit bcef683

Please sign in to comment.