From 92b80d20b9b9c13dc81a15ab2cc9cd93048c89b5 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:36:27 +0100 Subject: [PATCH] chore(main): release 0.30.0 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21f98d1a..8ace5c12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.30.0](https://github.com/varfish-org/mehari/compare/v0.29.6...v0.30.0) (2024-11-08) + + +### ⚠ BREAKING CHANGES + +* provide sub command "server run" ([#600](https://github.com/varfish-org/mehari/issues/600)) (#602) + +### Features + +* provide sub command "server run" ([#600](https://github.com/varfish-org/mehari/issues/600)) ([#602](https://github.com/varfish-org/mehari/issues/602)) ([48382b6](https://github.com/varfish-org/mehari/commit/48382b668a8354d78763fd495403b56f1c04d114)) + ## [0.29.6](https://github.com/varfish-org/mehari/compare/v0.29.5...v0.29.6) (2024-10-16) diff --git a/Cargo.lock b/Cargo.lock index bcc0c822..53dfe9da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2662,7 +2662,7 @@ dependencies = [ [[package]] name = "mehari" -version = "0.29.6" +version = "0.30.0" dependencies = [ "actix-web", "annonars", diff --git a/Cargo.toml b/Cargo.toml index 034c8cd6..2a144d9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mehari" -version = "0.29.6" +version = "0.30.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Variant effect prediction all in Rust"