From 5359d2ef681a8b2a25f3335ec3a7754b5f6fbbe0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 15:31:37 +0200 Subject: [PATCH] chore(main): release 0.1.1 (#43) 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 55175a21..a3099355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/bihealth/mehari/compare/v0.1.0...v0.1.1) (2023-04-06) + + +### Bug Fixes + +* release 0.1.1 ([5565d93](https://github.com/bihealth/mehari/commit/5565d93e082de77f1f9b532bd581c827390e4b68)) + ## 0.1.0 (2023-04-06) diff --git a/Cargo.toml b/Cargo.toml index a16b65e2..a706f74b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mehari" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Variant effect prediction all in Rust"