From ee528949254b2c1cc283e7d58830f8c48ead9bcc Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Fri, 6 Oct 2023 07:26:59 +0200 Subject: [PATCH] chore(main): release 0.10.1 --- 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 c2eae6c6..2fe84934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.1](https://github.com/bihealth/mehari/compare/v0.10.0...v0.10.1) (2023-10-06) + + +### Bug Fixes + +* use new Debug trait implementation in Sample ([#201](https://github.com/bihealth/mehari/issues/201)) ([7fafcbf](https://github.com/bihealth/mehari/commit/7fafcbf224859c9aeba6bcd19968a9ce0f0e4d0c)) + ## [0.10.0](https://github.com/bihealth/mehari/compare/v0.9.0...v0.10.0) (2023-10-05) diff --git a/Cargo.lock b/Cargo.lock index 405b824d..702c1f61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1749,7 +1749,7 @@ dependencies = [ [[package]] name = "mehari" -version = "0.10.0" +version = "0.10.1" dependencies = [ "actix-web", "annonars", diff --git a/Cargo.toml b/Cargo.toml index b7d2af24..869450cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mehari" -version = "0.10.0" +version = "0.10.1" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Variant effect prediction all in Rust"