From a7a41db6fe2a5821eb2b1ec810327a91e21db7c4 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Wed, 13 Sep 2023 08:29:36 +0200 Subject: [PATCH] chore(main): release 0.19.0 (#213) --- 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 d79e353c..bde64ff8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.19.0](https://github.com/bihealth/annonars/compare/v0.18.0...v0.19.0) (2023-09-13) + + +### Features + +* bump rocksdb-utils-lookup for hierarchical index/filter ([#211](https://github.com/bihealth/annonars/issues/211)) ([c3decd5](https://github.com/bihealth/annonars/commit/c3decd56ee5dcd4bd4eb1679049bb9685b12d1ae)) +* make GTEx support more space efficient via quantiles/enums ([#214](https://github.com/bihealth/annonars/issues/214)) ([e583343](https://github.com/bihealth/annonars/commit/e5833435d1b62bf2f726dd9690e63094c2048d9e)) + + +### Bug Fixes + +* pick up clinvar-genes database in Dockerfile entrypoint ([#212](https://github.com/bihealth/annonars/issues/212)) ([c945f26](https://github.com/bihealth/annonars/commit/c945f267339cfe862dd3bcc55ff364377d82f7b9)) + ## [0.18.0](https://github.com/bihealth/annonars/compare/v0.17.0...v0.18.0) (2023-09-12) diff --git a/Cargo.lock b/Cargo.lock index ec10f7f4..504f2899 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -247,7 +247,7 @@ dependencies = [ [[package]] name = "annonars" -version = "0.18.0" +version = "0.19.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 62c4ac9d..90b675b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annonars" -version = "0.18.0" +version = "0.19.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Rust template repository"