From 71e0be3dea3530b7fbe15be6c313c1db43687730 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:16:59 +0100 Subject: [PATCH] chore(main): release 0.23.2 (#366) --- 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 666fc0a5..992f69e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.23.2](https://github.com/varfish-org/mehari/compare/v0.23.1...v0.23.2) (2024-02-22) + + +### Bug Fixes + +* handling missing FORMAT/AD values (".") ([#365](https://github.com/varfish-org/mehari/issues/365)) ([170ee00](https://github.com/varfish-org/mehari/commit/170ee003a8c8795fb6bc96c415ce57a703d45368)) + ## [0.23.1](https://github.com/varfish-org/mehari/compare/v0.23.0...v0.23.1) (2024-02-22) diff --git a/Cargo.lock b/Cargo.lock index 74f8ece4..91bd5404 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2189,7 +2189,7 @@ dependencies = [ [[package]] name = "mehari" -version = "0.23.1" +version = "0.23.2" dependencies = [ "actix-web", "annonars", diff --git a/Cargo.toml b/Cargo.toml index 4bbefcf1..e240fb6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mehari" -version = "0.23.1" +version = "0.23.2" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Variant effect prediction all in Rust"