diff --git a/CHANGELOG.md b/CHANGELOG.md index ae72effb..f141f718 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # 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)) + + +### 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"