From b1bc2a9fb0a54e9617e8e84eb3c883ab4a28bfcd Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Mon, 9 Oct 2023 13:08:48 +0200 Subject: [PATCH] chore(main): release 0.12.0 (#205) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe2460d..ae72effb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.12.0](https://github.com/bihealth/mehari/compare/v0.11.0...v0.12.0) (2023-10-09) + + +### Features + +* expose strucvars annotation for worker aggregation command ([#204](https://github.com/bihealth/mehari/issues/204)) ([0f730ce](https://github.com/bihealth/mehari/commit/0f730ceefb356de37debe4348f5dcf29f30facc0)) + ## [0.11.0](https://github.com/bihealth/mehari/compare/v0.10.0...v0.11.0) (2023-10-06) diff --git a/Cargo.lock b/Cargo.lock index f1d0a9ae..571485e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1749,7 +1749,7 @@ dependencies = [ [[package]] name = "mehari" -version = "0.11.0" +version = "0.12.0" dependencies = [ "actix-web", "annonars", diff --git a/Cargo.toml b/Cargo.toml index 900cddc6..38e931d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mehari" -version = "0.11.0" +version = "0.12.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Variant effect prediction all in Rust"