From e4df51a636bf8b89a6748be819e2d31fd6322f2b Mon Sep 17 00:00:00 2001 From: rohangupta Date: Thu, 16 Sep 2021 13:24:36 +0530 Subject: [PATCH] Updated changelog and setup file for v0.1.0 Updated Chnagelog.md and setup.cfg for v0.1.0 --- CHANGELOG.md | 8 ++++++++ setup.cfg | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 202ad94..ffadc8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.1.0 (2021-09-22) + +This is our first minor version release with support for structural variant conversion and incorporation of clinical annotations. For more details follow [Readme](README.md). We would love to hear your feedback! If you find any issue please open an [Issue](https://github.com/elimuinformatics/vcf2fhir/issues/new/choose). + +## Added +* Support for Structural Variants ([#86](https://github.com/elimuinformatics/vcf2fhir/pull/86)). +* Support for Clinical Annotations ([#89](https://github.com/elimuinformatics/vcf2fhir/pull/89)). + # v0.0.17 (2021-06-30) ## Added diff --git a/setup.cfg b/setup.cfg index b664bc2..af49bbd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ # Changes required for PyPI [metadata]: name = vcf2fhir -version = 0.0.17 +version = 0.1.0 description = Convert .vcf files to HL7 FHIR standard long_description = file: README.md long_description_content_type = text/markdown