From f4808fe072b23187272195f3e18d9b4cfdc6d32c Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:10:40 +0100 Subject: [PATCH] chore(main): release 0.23.0 (#359) --- 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 7375b889..e235d58d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.23.0](https://github.com/varfish-org/mehari/compare/v0.22.0...v0.23.0) (2024-02-21) + + +### Features + +* adding support for Sniffles2 ([#357](https://github.com/varfish-org/mehari/issues/357)) ([#358](https://github.com/varfish-org/mehari/issues/358)) ([01641d7](https://github.com/varfish-org/mehari/commit/01641d7c5bfa7b8b2f65417bff062ec7d95c9f6e)) +* script fix_glnexus.py prepare GLNexus output for noodles ([#356](https://github.com/varfish-org/mehari/issues/356)) ([#361](https://github.com/varfish-org/mehari/issues/361)) ([98d8233](https://github.com/varfish-org/mehari/commit/98d8233bfa2b744e3ad5d1a46a3191b0111df144)) + ## [0.22.0](https://github.com/varfish-org/mehari/compare/v0.21.2...v0.22.0) (2024-02-09) diff --git a/Cargo.lock b/Cargo.lock index 01101f8c..4069e526 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2189,7 +2189,7 @@ dependencies = [ [[package]] name = "mehari" -version = "0.22.0" +version = "0.23.0" dependencies = [ "actix-web", "annonars", diff --git a/Cargo.toml b/Cargo.toml index bbb2b6e0..4140933e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mehari" -version = "0.22.0" +version = "0.23.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Variant effect prediction all in Rust"