Skip to content

Commit

Permalink
chore(main): release 6.0.0 (#93)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Sep 17, 2024
1 parent a1f0b2a commit ba03e09
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [6.0.0](https://github.com/deepgenomics/GenomeKit/compare/v5.2.5...v6.0.0) (2024-09-17)


### ⚠ BREAKING CHANGES

* **vcfbin:** VCFTable.GT_HETEROZYGOUS is replaced with VCFTable.GT_HETEROZYGOUS_UNPHASED

### Features

* **vcfbin:** support phased VCF ([#92](https://github.com/deepgenomics/GenomeKit/issues/92)) ([a1f0b2a](https://github.com/deepgenomics/GenomeKit/commit/a1f0b2ad8a86b21dcf68134e9e8c87ce9f79d665))

## [5.2.5](https://github.com/deepgenomics/GenomeKit/compare/v5.2.4...v5.2.5) (2024-08-27)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"twobitreader>=3.1",
]

version = "5.2.5"
version = "6.0.0"

# See https://stackoverflow.com/questions/9977889/how-to-include-license-file-in-setup-py-script/66443941#66443941
class egg_info_ex(egg_info):
Expand Down

0 comments on commit ba03e09

Please sign in to comment.