From ef1f4dcff44bd0a03d46e34f5fb0625caaa3afe0 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Thu, 5 Oct 2023 15:22:33 +0200 Subject: [PATCH] chore(main): release 0.9.0 --- 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 ff680603..f63d1942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.0](https://github.com/bihealth/mehari/compare/v0.8.0...v0.9.0) (2023-10-05) + + +### Features + +* exposing utility functions for pedigree / vcf building ([#196](https://github.com/bihealth/mehari/issues/196)) ([7d77f35](https://github.com/bihealth/mehari/commit/7d77f3575d72324de6591744411b777fcfc6e3a8)) + ## [0.8.0](https://github.com/bihealth/mehari/compare/v0.7.0...v0.8.0) (2023-10-02) diff --git a/Cargo.lock b/Cargo.lock index 629a90c4..f9e6ef0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1749,7 +1749,7 @@ dependencies = [ [[package]] name = "mehari" -version = "0.8.0" +version = "0.9.0" dependencies = [ "actix-web", "annonars", diff --git a/Cargo.toml b/Cargo.toml index 545a20e6..4800997d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mehari" -version = "0.8.0" +version = "0.9.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Variant effect prediction all in Rust"