From b4b87d39483506a271bcc1de5f11f0cfded09ff0 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Wed, 19 Jun 2024 08:54:34 +0200 Subject: [PATCH] chore(main): release 0.12.0 --- 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 0df481b9..0c1d2c10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.12.0](https://github.com/varfish-org/varfish-server-worker/compare/v0.11.0...v0.12.0) (2024-06-19) + + +### Features + +* implement file identifier mappings ([#364](https://github.com/varfish-org/varfish-server-worker/issues/364)) ([#365](https://github.com/varfish-org/varfish-server-worker/issues/365)) ([57db49a](https://github.com/varfish-org/varfish-server-worker/commit/57db49a6f67daa2d69fa24fc1eb887937a390fd8)) + + +### Bug Fixes + +* noodles and other deps ([#378](https://github.com/varfish-org/varfish-server-worker/issues/378)) ([#379](https://github.com/varfish-org/varfish-server-worker/issues/379)) ([4dc0f94](https://github.com/varfish-org/varfish-server-worker/commit/4dc0f94d33c0bf3ade90eeef42e7c2e367146dde)) +* using custom S3 endpoint ([#362](https://github.com/varfish-org/varfish-server-worker/issues/362)) ([06334e6](https://github.com/varfish-org/varfish-server-worker/commit/06334e66875699e2ad182bb3c3e366bcf3d56c0b)) + ## [0.11.0](https://github.com/varfish-org/varfish-server-worker/compare/v0.10.2...v0.11.0) (2024-02-27) diff --git a/Cargo.lock b/Cargo.lock index 7583d912..0e2a6fb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5349,7 +5349,7 @@ checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101" [[package]] name = "varfish-server-worker" -version = "0.11.0" +version = "0.12.0" dependencies = [ "annonars", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 022f75f6..778a9df7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "varfish-server-worker" -version = "0.11.0" +version = "0.12.0" authors = ["Manuel Holtgrewe "] description = "Rust-based worker for varfish-server" license = "MIT"