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"