From f1a807cd055e9b5e5eeeef1425baab9de9356929 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:19:59 +0100 Subject: [PATCH] chore(main): release 0.25.1 (#396) --- 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 2f94ab6..22747a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.25.1](https://github.com/varfish-org/mehari/compare/v0.25.0...v0.25.1) (2024-03-06) + + +### Bug Fixes + +* move assertion on chrMT transcripts ([#395](https://github.com/varfish-org/mehari/issues/395)) ([6a03acf](https://github.com/varfish-org/mehari/commit/6a03acf3ca309ab490557ad73652cc8b2a5d3c94)) + ## [0.25.0](https://github.com/varfish-org/mehari/compare/v0.24.2...v0.25.0) (2024-03-05) diff --git a/Cargo.lock b/Cargo.lock index 2e097c1..6865b99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2210,7 +2210,7 @@ dependencies = [ [[package]] name = "mehari" -version = "0.25.0" +version = "0.25.1" dependencies = [ "actix-web", "annonars", diff --git a/Cargo.toml b/Cargo.toml index 25b6893..7cd373e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mehari" -version = "0.25.0" +version = "0.25.1" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Variant effect prediction all in Rust"