From 7548bebf6abd2cf7372101ef2d00434655b35c28 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:42:11 +0200 Subject: [PATCH] chore(main): release 0.28.1 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c42d2cbd..bd920aa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.28.1](https://github.com/varfish-org/mehari/compare/v0.28.0...v0.28.1) (2024-09-02) + + +### Bug Fixes + +* disregard tsv output order in brca2_zar1l test ([#529](https://github.com/varfish-org/mehari/issues/529)) ([d5e1066](https://github.com/varfish-org/mehari/commit/d5e10662d1a9ab89bdabca845d9b5976a9e7be81)) +* make seqvar annotators public for varfish-server-worker ([#528](https://github.com/varfish-org/mehari/issues/528)) ([22610d1](https://github.com/varfish-org/mehari/commit/22610d1cb017620d82826f1554c58d3b928e8ad9)) + ## [0.28.0](https://github.com/varfish-org/mehari/compare/v0.27.0...v0.28.0) (2024-08-19) diff --git a/Cargo.lock b/Cargo.lock index 0b47436b..cc42b4d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2527,7 +2527,7 @@ dependencies = [ [[package]] name = "mehari" -version = "0.28.0" +version = "0.28.1" dependencies = [ "actix-web", "annonars", diff --git a/Cargo.toml b/Cargo.toml index 62a4dd69..37f7d9e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mehari" -version = "0.28.0" +version = "0.28.1" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Variant effect prediction all in Rust"