diff --git a/CHANGELOG.md b/CHANGELOG.md index b745782f..9412ad3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.15.1](https://github.com/bihealth/mehari/compare/v0.15.0...v0.15.1) (2023-10-24) + + +### Bug Fixes + +* properly flush and sync all writers ([#232](https://github.com/bihealth/mehari/issues/232)) ([2772565](https://github.com/bihealth/mehari/commit/2772565b68a528809baf04ebe9e749cddbd2f723)) + ## [0.15.0](https://github.com/bihealth/mehari/compare/v0.14.3...v0.15.0) (2023-10-23) diff --git a/Cargo.lock b/Cargo.lock index 87cd8103..5c09d2ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1972,7 +1972,7 @@ dependencies = [ [[package]] name = "mehari" -version = "0.15.0" +version = "0.15.1" dependencies = [ "actix-web", "annonars", diff --git a/Cargo.toml b/Cargo.toml index 3a593afd..878ed2e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mehari" -version = "0.15.0" +version = "0.15.1" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Variant effect prediction all in Rust"