diff --git a/CHANGELOG.md b/CHANGELOG.md index ffadc8e..b4f54cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v0.1.1 (2022-05-26) + +## Added +* Updated code to handle records with multiple alts ([#97](https://github.com/elimuinformatics/vcf2fhir/pull/97)). + +## Changed +* Genomic Source Class to a required parameter ([#97](https://github.com/elimuinformatics/vcf2fhir/pull/97)). +* GitHub Action workflow to install dependencies from requirements.txt ([#103](https://github.com/elimuinformatics/vcf2fhir/pull/103)). + +## Fixed +* Variant Inner-End calculation ([#98](https://github.com/elimuinformatics/vcf2fhir/pull/98)). +* Installation error due to PyVCF by switching to PyVCF3 ([#103](https://github.com/elimuinformatics/vcf2fhir/pull/103)). + # 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). diff --git a/setup.cfg b/setup.cfg index 29d16bd..de106a0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ # Changes required for PyPI [metadata]: name = vcf2fhir -version = 0.1.0 +version = 0.1.1 description = Convert .vcf files to HL7 FHIR standard long_description = file: README.md long_description_content_type = text/markdown