From 63f8cbcf33f007f35f9820692dcc05da337a3368 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:55:21 +0100 Subject: [PATCH] chore(main): release 0.42.1 (#601) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1bc35b4..b1968f3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -14,6 +14,6 @@ ] } }, - ".": "0.42.0" + ".": "0.42.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 20a50df..b99290b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.42.1](https://github.com/varfish-org/annonars/compare/v0.42.0...v0.42.1) (2024-11-20) + + +### Bug Fixes + +* seqvarsAnnosQuery missing in OpenAPI spec ([#600](https://github.com/varfish-org/annonars/issues/600)) ([73bdb1d](https://github.com/varfish-org/annonars/commit/73bdb1dabe2d4dbae72b00b24a92e59dbc407ed6)) + ## [0.42.0](https://github.com/varfish-org/annonars/compare/v0.41.3...v0.42.0) (2024-11-19) diff --git a/Cargo.lock b/Cargo.lock index deab69a..c9c45eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,7 +260,7 @@ dependencies = [ [[package]] name = "annonars" -version = "0.42.0" +version = "0.42.1" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 68c6b59..799e06f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annonars" -version = "0.42.0" +version = "0.42.1" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Genome annotation based on Rust and RocksDB"