diff --git a/CHANGELOG.md b/CHANGELOG.md index 706268a0..e1f51276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.15.0](https://github.com/varfish-org/varfish-server-worker/compare/v0.14.0...v0.15.0) (2024-10-24) + + +### Features + +* adding more annotations to output ([#504](https://github.com/varfish-org/varfish-server-worker/issues/504)) ([#505](https://github.com/varfish-org/varfish-server-worker/issues/505)) ([0225f81](https://github.com/varfish-org/varfish-server-worker/commit/0225f81e5b159868fd76154e9bfd7fdde2919ad7)) + + +### Bug Fixes + +* typos in score field names ([#507](https://github.com/varfish-org/varfish-server-worker/issues/507)) ([85da7e6](https://github.com/varfish-org/varfish-server-worker/commit/85da7e6f8838523a67b98a5b937efc195f682857)) + ## [0.14.0](https://github.com/varfish-org/varfish-server-worker/compare/v0.13.2...v0.14.0) (2024-10-09) diff --git a/Cargo.lock b/Cargo.lock index ee2e3d4b..a2b15ad7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5780,7 +5780,7 @@ checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101" [[package]] name = "varfish-server-worker" -version = "0.14.0" +version = "0.15.0" dependencies = [ "annonars", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index d9b00481..94ef9bda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "varfish-server-worker" -version = "0.14.0" +version = "0.15.0" authors = ["Manuel Holtgrewe "] description = "Rust-based worker for varfish-server" license = "MIT"