Skip to content

Commit

Permalink
Merge pull request #68 from Clinical-Genomics/version_0.9.1
Browse files Browse the repository at this point in the history
Release 0.9.1 - TRGT missing MC fallback fix
  • Loading branch information
dnil authored Jul 1, 2024
2 parents d7a28db + 9391719 commit b8f4820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]
## [0.9.1]
### Added
- Added github action test and release workflows
### Fixed
- Docs for TRGT annotation
- Fallback setting allele size to 0 if MC is only set to "." and TRGT annotation requested


## [0.9.0]
- Add Docker image
- Parse TRGT VCFs - in particular, decompose and parse FORMAT.MC
Expand Down
2 changes: 1 addition & 1 deletion stranger/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.0"
__version__ = "0.9.1"

0 comments on commit b8f4820

Please sign in to comment.