From 45a1a3f4ee540264a9fb1fc74302acb520a181c1 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Tue, 21 Nov 2023 09:03:16 +0100 Subject: [PATCH] chore(main): release 0.19.1 (#276) --- 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 639b7deb..3a48a52d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.19.1](https://github.com/bihealth/mehari/compare/v0.19.0...v0.19.1) (2023-11-21) + + +### Bug Fixes + +* copy in protobufs into docker builds ([#275](https://github.com/bihealth/mehari/issues/275)) ([f4d4c20](https://github.com/bihealth/mehari/commit/f4d4c203c8e29487e1b20d7dab1330a9d61f68e2)) + ## [0.19.0](https://github.com/bihealth/mehari/compare/v0.18.1...v0.19.0) (2023-11-21) diff --git a/Cargo.lock b/Cargo.lock index ed8cd928..2f229ac6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2100,7 +2100,7 @@ dependencies = [ [[package]] name = "mehari" -version = "0.19.0" +version = "0.19.1" dependencies = [ "actix-web", "annonars", diff --git a/Cargo.toml b/Cargo.toml index e385134b..cb55ee70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mehari" -version = "0.19.0" +version = "0.19.1" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Variant effect prediction all in Rust"