From 7c868f784df5c982b8184ca356e25462d0940079 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Wed, 3 Jan 2024 12:39:16 +0100 Subject: [PATCH] chore(main): release 0.33.0 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2605bdde..adb39d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.33.0](https://github.com/bihealth/annonars/compare/v0.32.0...v0.33.0) (2024-01-03) + + +### Features + +* integrate PanelApp for gene-phenotype links ([#225](https://github.com/bihealth/annonars/issues/225)) ([#377](https://github.com/bihealth/annonars/issues/377)) ([83ffa8e](https://github.com/bihealth/annonars/commit/83ffa8e32b3b2d76cdb915c33d990d8370d5e7fb)) + + +### Bug Fixes + +* do not package test data ([#371](https://github.com/bihealth/annonars/issues/371)) ([4228794](https://github.com/bihealth/annonars/commit/42287947b26e44881e5b1a9e3b8eea63a12f8b09)) + ## [0.32.0](https://github.com/bihealth/annonars/compare/v0.31.2...v0.32.0) (2023-12-28) diff --git a/Cargo.lock b/Cargo.lock index 137c97dd..0e5ea5d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,7 +250,7 @@ dependencies = [ [[package]] name = "annonars" -version = "0.32.0" +version = "0.33.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index afb31c53..e82180a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annonars" -version = "0.32.0" +version = "0.33.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Rust template repository"