From f519ad0bec18295783ac7e93b3974eea548b65b3 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:23:35 +0200 Subject: [PATCH] chore(main): release 0.7.0 (#180) --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 758271a6..3a39268a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.7.0](https://github.com/bihealth/mehari/compare/v0.6.2...v0.7.0) (2023-09-18) + + +### Features + +* bump dependencies (especially noodles) ([#179](https://github.com/bihealth/mehari/issues/179)) ([34b540c](https://github.com/bihealth/mehari/commit/34b540c0a83a585e67550f9309fe25a28527fa5a)) +* support for MELT VCF files ([#181](https://github.com/bihealth/mehari/issues/181)) ([831e9af](https://github.com/bihealth/mehari/commit/831e9af076a4b6334508ff9a6f11940f1ba42a6d)) + + +### Bug Fixes + +* Allow '.' genotypes ([#178](https://github.com/bihealth/mehari/issues/178)) ([6d0c5b8](https://github.com/bihealth/mehari/commit/6d0c5b8c16762efa78cdcc9577924c098fb3e9ec)) + ## [0.6.2](https://github.com/bihealth/mehari/compare/v0.6.1...v0.6.2) (2023-07-17) diff --git a/Cargo.lock b/Cargo.lock index 19852e94..9d1a3f6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1749,7 +1749,7 @@ dependencies = [ [[package]] name = "mehari" -version = "0.6.2" +version = "0.7.0" dependencies = [ "actix-web", "annonars", diff --git a/Cargo.toml b/Cargo.toml index a0628ae5..bc48d8d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mehari" -version = "0.6.2" +version = "0.7.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Variant effect prediction all in Rust"