From 7842351ae572072e5fc4db8d006e2da902f3fb55 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Thu, 30 May 2024 13:22:05 +0200 Subject: [PATCH] chore(main): release 0.37.0 (#455) --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8100d53..12702ba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.37.0](https://github.com/varfish-org/annonars/compare/v0.36.2...v0.37.0) (2024-05-30) + + +### ⚠ BREAKING CHANGES + +* extending clinvar-this v0.15 support to clinvar-minimal and clinvar-sv ([#456](https://github.com/varfish-org/annonars/issues/456)) +* adding support for JSONL from v0.15 clinvar-this ([#454](https://github.com/varfish-org/annonars/issues/454)) + +### Features + +* adding support for JSONL from v0.15 clinvar-this ([#454](https://github.com/varfish-org/annonars/issues/454)) ([a792d9b](https://github.com/varfish-org/annonars/commit/a792d9b41d7358520f105109e6ac48329988f567)) +* extending clinvar-this v0.15 support to clinvar-minimal and clinvar-sv ([#456](https://github.com/varfish-org/annonars/issues/456)) ([b37514a](https://github.com/varfish-org/annonars/commit/b37514ac30373d7090687cbefc2a2b25556a2066)) + ## [0.36.2](https://github.com/varfish-org/annonars/compare/v0.36.1...v0.36.2) (2024-05-08) diff --git a/Cargo.lock b/Cargo.lock index 3ccdbb8b..d4b196e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -253,7 +253,7 @@ dependencies = [ [[package]] name = "annonars" -version = "0.36.2" +version = "0.37.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 902648c2..9d95d6e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annonars" -version = "0.36.2" +version = "0.37.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Rust template repository"