From 986d4525e1bcf805e3a1cc58032adc54c0e1323b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 16:23:22 +0200 Subject: [PATCH] chore: release 0.5.1 (#55) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d2d95cc..153e6cf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.5.1](https://www.github.com/bihealth/annona-rs/compare/v0.5.0...v0.5.1) (2023-05-24) + + +### Bug Fixes + +* writing gnomad-version meta info for gnomad-mtdna ([#54](https://www.github.com/bihealth/annona-rs/issues/54)) ([a051d7e](https://www.github.com/bihealth/annona-rs/commit/a051d7e8add800d44a658c29ec5a7a31a8624e7a)) + ## [0.5.0](https://www.github.com/bihealth/annona-rs/compare/v0.4.0...v0.5.0) (2023-05-24) diff --git a/Cargo.toml b/Cargo.toml index 1a8d1571..9440579a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annonars" -version = "0.5.0" +version = "0.5.1" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Rust template repository"