Skip to content

Commit

Permalink
chore(main): release 0.2.1 (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 2, 2023
1 parent 96437e4 commit 6c90205
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.2.1](https://github.com/bihealth/mehari/compare/v0.2.0...v0.2.1) (2023-05-02)


### Bug Fixes

* adjust non-adjacent exon recognition ([#67](https://github.com/bihealth/mehari/issues/67)) ([96437e4](https://github.com/bihealth/mehari/commit/96437e4a69349cabc7a165a130fd974a133fe307))
* allow multiple bases in BND ALT ([#63](https://github.com/bihealth/mehari/issues/63)) ([e5b93d5](https://github.com/bihealth/mehari/commit/e5b93d5727c16cd0881cfcc4e59777a6b9ab5923))
* properly recognize .gz/.zst extension ([#66](https://github.com/bihealth/mehari/issues/66)) ([6960521](https://github.com/bihealth/mehari/commit/696052175c1dbd5d9cc48026a4abddc33f81fd23))
* skipping "*" ALT alleles ([#65](https://github.com/bihealth/mehari/issues/65)) ([95b2b61](https://github.com/bihealth/mehari/commit/95b2b6170f1180545a7e3d327ee61d32ebf6ba59))

## [0.2.0](https://github.com/bihealth/mehari/compare/v0.1.1...v0.2.0) (2023-04-24)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mehari"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Manuel Holtgrewe <manuel.holtgrewe@bih-charite.de>"]
description = "Variant effect prediction all in Rust"
Expand Down

0 comments on commit 6c90205

Please sign in to comment.