From ab9aeeea63b0be6f36a0e3c10e3b7ec6438b962d Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:41:01 +0100 Subject: [PATCH] chore(main): release 0.42.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4e90c96..78a8536 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -14,6 +14,6 @@ ] } }, - ".": "0.42.2" + ".": "0.42.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 296acdd..8b5f0ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.42.3](https://github.com/varfish-org/annonars/compare/v0.42.2...v0.42.3) (2024-11-22) + + +### Bug Fixes + +* re-enable gnomad output for server ([#604](https://github.com/varfish-org/annonars/issues/604)) ([5be7bd5](https://github.com/varfish-org/annonars/commit/5be7bd5759bc6e5e1e0382da5fd53b2a33c65052)) + ## [0.42.2](https://github.com/varfish-org/annonars/compare/v0.42.1...v0.42.2) (2024-11-20) diff --git a/Cargo.lock b/Cargo.lock index 7702f1d..459aed7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,7 +260,7 @@ dependencies = [ [[package]] name = "annonars" -version = "0.42.2" +version = "0.42.3" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 9987d67..dfd7db9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annonars" -version = "0.42.2" +version = "0.42.3" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Genome annotation based on Rust and RocksDB"