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"