Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 21, 2023
1 parent 3fe3322 commit d6e4f8e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

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


### Features

* allow annotation from maelstorm cov/mq BED files ([#51](https://github.com/bihealth/mehari/issues/51)) ([#55](https://github.com/bihealth/mehari/issues/55)) ([f3966ac](https://github.com/bihealth/mehari/commit/f3966acb9a7e0d81be2f6ece51422766bafcca09))
* annotation of structural variants ([#46](https://github.com/bihealth/mehari/issues/46)) ([#52](https://github.com/bihealth/mehari/issues/52)) ([8da1d38](https://github.com/bihealth/mehari/commit/8da1d388e21d6214e0cbe96ac54f703d9a736638))
* implement command to copy rocksdb database ([#45](https://github.com/bihealth/mehari/issues/45)) ([#47](https://github.com/bihealth/mehari/issues/47)) ([3c8543f](https://github.com/bihealth/mehari/commit/3c8543fbae281e8f9ea41bbad1718608fc9f00a6))
* switch from flatbuffers to protobuf ([#15](https://github.com/bihealth/mehari/issues/15)) ([#57](https://github.com/bihealth/mehari/issues/57)) ([3fe3322](https://github.com/bihealth/mehari/commit/3fe332246fc5730a31d8a355bc92ba106e956db8))


### Bug Fixes

* issue on negative CDS position ([#49](https://github.com/bihealth/mehari/issues/49)) ([#58](https://github.com/bihealth/mehari/issues/58)) ([9a63e30](https://github.com/bihealth/mehari/commit/9a63e3004e044c65c6552e3698b3a3daeeab3a6f))

## [0.1.1](https://github.com/bihealth/mehari/compare/v0.1.0...v0.1.1) (2023-04-06)


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.1.1"
version = "0.2.0"
edition = "2021"
authors = ["Manuel Holtgrewe <[email protected]>"]
description = "Variant effect prediction all in Rust"
Expand Down

0 comments on commit d6e4f8e

Please sign in to comment.