From 4bfcf234c674ae579b50bda9c236ccc0d5910c31 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Fri, 13 Oct 2023 16:58:59 +0200 Subject: [PATCH] chore(main): release 0.13.0 --- 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 ae72effb..6171dbba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.13.0](https://github.com/bihealth/mehari/compare/v0.12.0...v0.13.0) (2023-10-13) + + +### Features + +* derive Clone and strum::EnumIter on more enums ([#213](https://github.com/bihealth/mehari/issues/213)) ([cc61a66](https://github.com/bihealth/mehari/commit/cc61a66c175a4447c0422b01bbb6c572e1687725)) +* proper serde renames for Consequence and PutativeImpact ([#214](https://github.com/bihealth/mehari/issues/214)) ([02286fa](https://github.com/bihealth/mehari/commit/02286fa15be47053d2e80a8f707dbb2361772033)) + + +### Bug Fixes + +* documenting "AN" as alleles rather than samples ([#206](https://github.com/bihealth/mehari/issues/206)) ([62ee63b](https://github.com/bihealth/mehari/commit/62ee63b84f9509cfaffad33ec9aa0ee2181681e0)) + ## [0.12.0](https://github.com/bihealth/mehari/compare/v0.11.0...v0.12.0) (2023-10-09) diff --git a/Cargo.lock b/Cargo.lock index eed493f7..afb22034 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1739,7 +1739,7 @@ dependencies = [ [[package]] name = "mehari" -version = "0.12.0" +version = "0.13.0" dependencies = [ "actix-web", "annonars", diff --git a/Cargo.toml b/Cargo.toml index 232e341d..5d50538e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mehari" -version = "0.12.0" +version = "0.13.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Variant effect prediction all in Rust"