Skip to content

Commit b3f4404

Browse files
authored
Merge pull request #104 from Rohan-cod/vcf2fhir-0.1.1
Update changelog and setup file for 0.1.1
2 parents 2bb9f64 + 249928a commit b3f4404

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v0.1.1 (2022-05-26)
2+
3+
## Added
4+
* Updated code to handle records with multiple alts ([#97](https://github.com/elimuinformatics/vcf2fhir/pull/97)).
5+
6+
## Changed
7+
* Genomic Source Class to a required parameter ([#97](https://github.com/elimuinformatics/vcf2fhir/pull/97)).
8+
* GitHub Action workflow to install dependencies from requirements.txt ([#103](https://github.com/elimuinformatics/vcf2fhir/pull/103)).
9+
10+
## Fixed
11+
* Variant Inner-End calculation ([#98](https://github.com/elimuinformatics/vcf2fhir/pull/98)).
12+
* Installation error due to PyVCF by switching to PyVCF3 ([#103](https://github.com/elimuinformatics/vcf2fhir/pull/103)).
13+
114
# v0.1.0 (2021-09-22)
215

316
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).

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changes required for PyPI
22
[metadata]:
33
name = vcf2fhir
4-
version = 0.1.0
4+
version = 0.1.1
55
description = Convert .vcf files to HL7 FHIR standard
66
long_description = file: README.md
77
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)