From bf54266252e4405d19d542553e0a93a774305225 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:53:30 +0200 Subject: [PATCH] chore(main): release 0.29.0 (#559) --- 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 bd920aa3..c3891540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.29.0](https://github.com/varfish-org/mehari/compare/v0.28.1...v0.29.0) (2024-10-07) + + +### Features + +* Add catch all tag "Other" ([#558](https://github.com/varfish-org/mehari/issues/558)) ([c709a36](https://github.com/varfish-org/mehari/commit/c709a3693b12d93151898b1aa1335bb6cf85d839)) + ## [0.28.1](https://github.com/varfish-org/mehari/compare/v0.28.0...v0.28.1) (2024-09-02) diff --git a/Cargo.lock b/Cargo.lock index 47e06bbb..063ec6ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2605,7 +2605,7 @@ dependencies = [ [[package]] name = "mehari" -version = "0.28.1" +version = "0.29.0" dependencies = [ "actix-web", "annonars", diff --git a/Cargo.toml b/Cargo.toml index 81683ff0..c2b770da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mehari" -version = "0.28.1" +version = "0.29.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Variant effect prediction all in Rust"