From cb7513d50538b63f5071d45fbc877e0d0623ab52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 11:42:14 +0200 Subject: [PATCH] chore: release 0.6.0 (#76) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 fb815273..d3a53e68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://www.github.com/bihealth/varfish-server-worker/compare/v0.5.1...v0.6.0) (2023-05-02) + + +### Features + +* add "serve pheno" REST API service ([#72](https://www.github.com/bihealth/varfish-server-worker/issues/72)) ([#73](https://www.github.com/bihealth/varfish-server-worker/issues/73)) ([17c9dd5](https://www.github.com/bihealth/varfish-server-worker/commit/17c9dd53c0a14949087e03b840dd0e7f50a1b55e)) + ### [0.5.1](https://www.github.com/bihealth/varfish-server-worker/compare/v0.5.0...v0.5.1) (2023-03-14) diff --git a/Cargo.lock b/Cargo.lock index a3432749..b5f41bbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2919,7 +2919,7 @@ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" [[package]] name = "varfish-server-worker" -version = "0.5.1" +version = "0.6.0" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 01df06f2..21c24212 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "varfish-server-worker" -version = "0.5.1" +version = "0.6.0" authors = ["Manuel Holtgrewe "] description = "Rust-based workers for varfish-server" license = "MIT"