From 2e2fe2f00c1ac6cba71b7adaca7ade8865fb78a8 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:46:33 +0200 Subject: [PATCH] chore(main): release 0.15.0 --- 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 7076a796..b745782f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.15.0](https://github.com/bihealth/mehari/compare/v0.14.3...v0.15.0) (2023-10-23) + + +### Features + +* adding async I/O, espec. for SV caller guessing ([#230](https://github.com/bihealth/mehari/issues/230)) ([33c0e8e](https://github.com/bihealth/mehari/commit/33c0e8efec783d3f3d504cd0619ab4ac234ce4d6)) + ## [0.14.3](https://github.com/bihealth/mehari/compare/v0.14.2...v0.14.3) (2023-10-22) diff --git a/Cargo.lock b/Cargo.lock index 2002e3b6..87cd8103 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1972,7 +1972,7 @@ dependencies = [ [[package]] name = "mehari" -version = "0.14.3" +version = "0.15.0" dependencies = [ "actix-web", "annonars", diff --git a/Cargo.toml b/Cargo.toml index e65bf40e..3a593afd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mehari" -version = "0.14.3" +version = "0.15.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Variant effect prediction all in Rust"