From 192a1b7d93d49fad4f41fc9a2b6cb6e7efa0f98f Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:13:12 +0100 Subject: [PATCH] chore(main): release 0.17.0 (#523) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a712541d..2ff2bb9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.17.0](https://github.com/varfish-org/varfish-server-worker/compare/v0.16.1...v0.17.0) (2024-10-30) + + +### Features + +* inhouse freqs useable in seqvars query ([#232](https://github.com/varfish-org/varfish-server-worker/issues/232)) ([#522](https://github.com/varfish-org/varfish-server-worker/issues/522)) ([45bec0c](https://github.com/varfish-org/varfish-server-worker/commit/45bec0c23389644f2446767d4dcba25a36d4ab9c)) + ## [0.16.1](https://github.com/varfish-org/varfish-server-worker/compare/v0.16.0...v0.16.1) (2024-10-30) diff --git a/Cargo.lock b/Cargo.lock index 738af06a..f8d64a9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5780,7 +5780,7 @@ checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101" [[package]] name = "varfish-server-worker" -version = "0.16.1" +version = "0.17.0" dependencies = [ "annonars", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 9cca6d60..2bb18594 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "varfish-server-worker" -version = "0.16.1" +version = "0.17.0" authors = ["Manuel Holtgrewe "] description = "Rust-based worker for varfish-server" license = "MIT"