diff --git a/CHANGELOG.md b/CHANGELOG.md index c6b3905e..5926219b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.13.3](https://github.com/varfish-org/varfish-server-worker/compare/v0.13.2...v0.13.3) (2024-10-09) + + +### Bug Fixes + +* bump mehari to escape clinvar output string ([#485](https://github.com/varfish-org/varfish-server-worker/issues/485)) ([#488](https://github.com/varfish-org/varfish-server-worker/issues/488)) ([e0e2370](https://github.com/varfish-org/varfish-server-worker/commit/e0e2370f27b6d1a296272b90138df6ab3a5f4688)) +* suppress unknown consequence errors ([#491](https://github.com/varfish-org/varfish-server-worker/issues/491)) ([c95ed79](https://github.com/varfish-org/varfish-server-worker/commit/c95ed797d0c3354684be338e33970ba090c5873d)) +* suppress unknown consequence errors ([#492](https://github.com/varfish-org/varfish-server-worker/issues/492)) ([bfe718d](https://github.com/varfish-org/varfish-server-worker/commit/bfe718dd8b6927d91a295a2006506fcf161da700)) + ## [0.13.2](https://github.com/varfish-org/varfish-server-worker/compare/v0.13.1...v0.13.2) (2024-10-07) diff --git a/Cargo.lock b/Cargo.lock index b2e6b4dc..52a0e707 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5755,7 +5755,7 @@ checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101" [[package]] name = "varfish-server-worker" -version = "0.13.2" +version = "0.13.3" dependencies = [ "annonars", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 34e38498..b6f19c17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "varfish-server-worker" -version = "0.13.2" +version = "0.13.3" authors = ["Manuel Holtgrewe "] description = "Rust-based worker for varfish-server" license = "MIT"