From 64aa6a4dad5f842f44e591e99e176002e40a5ee0 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:59:07 +0200 Subject: [PATCH] chore(main): release 0.41.0 (#501) --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01e17928..2d1be137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.41.0](https://github.com/varfish-org/annonars/compare/v0.40.0...v0.41.0) (2024-09-06) + + +### Features + +* add hemizygous allele counts and freqs to protobuf ([#511](https://github.com/varfish-org/annonars/issues/511)) ([9f4b08f](https://github.com/varfish-org/annonars/commit/9f4b08ff4b7781d9d78aec54bab930f26e6a8c49)) +* added ExtractedVcvRecord.clinical_assertions ([#532](https://github.com/varfish-org/annonars/issues/532)) ([9e263a9](https://github.com/varfish-org/annonars/commit/9e263a91054ca402c68bc56b89ed35a327f3a836)) +* make spec.yaml files optional ([#503](https://github.com/varfish-org/annonars/issues/503)) ([c768822](https://github.com/varfish-org/annonars/commit/c768822c59f855142cf95a0b88135982c7fa5341)) +* starting out with v1 API OpenAPI ([#492](https://github.com/varfish-org/annonars/issues/492)) ([625c2a4](https://github.com/varfish-org/annonars/commit/625c2a4cd7f946121bff0a276d68bc2d168ca032)) + + +### Bug Fixes + +* off-by-one positions on clinvar-minimal import ([#530](https://github.com/varfish-org/annonars/issues/530)) ([#531](https://github.com/varfish-org/annonars/issues/531)) ([14a9107](https://github.com/varfish-org/annonars/commit/14a9107a33188ff3bdf349f860b523cf5495ca35)) + ## [0.40.0](https://github.com/varfish-org/annonars/compare/v0.39.0...v0.40.0) (2024-07-16) diff --git a/Cargo.lock b/Cargo.lock index a1b06c86..ba5573b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,7 +260,7 @@ dependencies = [ [[package]] name = "annonars" -version = "0.40.0" +version = "0.41.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index df302576..dba63cab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annonars" -version = "0.40.0" +version = "0.41.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Rust template repository"