From 3fdb24cdc0cea1982e1c5423f6ce76bc2ddd7298 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:40:51 +0200 Subject: [PATCH] chore(main): release 0.29.1 --- 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 c3891540..631a2e8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.29.1](https://github.com/varfish-org/mehari/compare/v0.29.0...v0.29.1) (2024-10-08) + + +### Bug Fixes + +* percent encoding clinvar annotation ([#553](https://github.com/varfish-org/mehari/issues/553)) ([#566](https://github.com/varfish-org/mehari/issues/566)) ([6540520](https://github.com/varfish-org/mehari/commit/6540520f16daf8094772673a5d89ec8ca42ab0f4)) + ## [0.29.0](https://github.com/varfish-org/mehari/compare/v0.28.1...v0.29.0) (2024-10-07) diff --git a/Cargo.lock b/Cargo.lock index 9a9d9259..d920b92a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2611,7 +2611,7 @@ dependencies = [ [[package]] name = "mehari" -version = "0.29.0" +version = "0.29.1" dependencies = [ "actix-web", "annonars", diff --git a/Cargo.toml b/Cargo.toml index 0b06499f..515f5237 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mehari" -version = "0.29.0" +version = "0.29.1" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Variant effect prediction all in Rust"