From a4316c0392b95e5e88ee5ea6696b4143927530fc Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Wed, 22 Nov 2023 08:40:19 +0100 Subject: [PATCH] chore(main): release 0.28.0 (#325) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f38fface..dbd72788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.28.0](https://github.com/bihealth/annonars/compare/v0.27.0...v0.28.0) (2023-11-22) + + +### Features + +* adding information from DECIPHER HI ([#323](https://github.com/bihealth/annonars/issues/323)) ([#324](https://github.com/bihealth/annonars/issues/324)) ([06b51a6](https://github.com/bihealth/annonars/commit/06b51a64f599bee58a1326e5a4dbdcfb0fbf3803)) + ## [0.27.0](https://github.com/bihealth/annonars/compare/v0.26.1...v0.27.0) (2023-11-21) diff --git a/Cargo.lock b/Cargo.lock index ebbb8469..55382d64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,7 +250,7 @@ dependencies = [ [[package]] name = "annonars" -version = "0.27.0" +version = "0.28.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 931b6dd6..bf672789 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annonars" -version = "0.27.0" +version = "0.28.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Rust template repository"