Skip to content

Commit f096e0e

Browse files
authored
chore(main): release 0.16.0 (#224)
1 parent c0d1a4c commit f096e0e

3 files changed

Lines changed: 10 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.15.5"
2+
".": "0.16.0"
33
}

CHANGELOG.md

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

3+
## [0.16.0](https://github.com/varfish-org/clinvar-this/compare/v0.15.5...v0.16.0) (2024-05-31)
4+
5+
6+
### Features
7+
8+
* make compatible with 2024 March 1 schema of ClinVar ([#222](https://github.com/varfish-org/clinvar-this/issues/222)) ([#223](https://github.com/varfish-org/clinvar-this/issues/223)) ([a7480dd](https://github.com/varfish-org/clinvar-this/commit/a7480dd730d7c4594958e3c621da90b4353b1370))
9+
* make compatible with 2024 May 15 schema of ClinVar ([#221](https://github.com/varfish-org/clinvar-this/issues/221)) ([#229](https://github.com/varfish-org/clinvar-this/issues/229)) ([c0d1a4c](https://github.com/varfish-org/clinvar-this/commit/c0d1a4c746e44f9301412fe8e74f3c91aeb096a5))
10+
311
## [0.15.5](https://github.com/varfish-org/clinvar-this/compare/v0.15.4...v0.15.5) (2024-05-29)
412

513

clinvar_this/version.py

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

0 commit comments

Comments
 (0)