From a5d7bdbddc4e019755b9a86146b5217949b5e015 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Thu, 21 Nov 2024 09:16:13 +0100 Subject: [PATCH] chore(main): release 0.30.1 (#630) --- 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 31c6c73a..ae2dc02c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.30.1](https://github.com/varfish-org/mehari/compare/v0.30.0...v0.30.1) (2024-11-21) + + +### Bug Fixes + +* OpenAPI for /api/v1/genes/transcripts ([#628](https://github.com/varfish-org/mehari/issues/628)) ([#629](https://github.com/varfish-org/mehari/issues/629)) ([d155620](https://github.com/varfish-org/mehari/commit/d1556200b712f5751680d45c947d68e0ebf29e41)) + ## [0.30.0](https://github.com/varfish-org/mehari/compare/v0.29.6...v0.30.0) (2024-11-20) diff --git a/Cargo.lock b/Cargo.lock index da3d0e8e..dc1599d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2790,7 +2790,7 @@ dependencies = [ [[package]] name = "mehari" -version = "0.30.0" +version = "0.30.1" dependencies = [ "actix-web", "annonars", diff --git a/Cargo.toml b/Cargo.toml index 3cdad509..2d855c0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mehari" -version = "0.30.0" +version = "0.30.1" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Variant effect prediction all in Rust"